mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-14 04:26:32 +00:00
82fd65665f
bidichk checks for dangerous unicode character sequences (https://github.com/golangci/golangci-lint/pull/2330)
9 lines
230 B
Modula-2
9 lines
230 B
Modula-2
module github.com/gostaticanalysis/comment
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.4
|
|
github.com/gostaticanalysis/testutil v0.3.1-0.20210208050101-bfb5c8eec0e4
|
|
golang.org/x/tools v0.1.1-0.20210205202024-ef80cdb6ec6d
|
|
)
|