mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-01 22:31:15 +00:00
82fd65665f
bidichk checks for dangerous unicode character sequences (https://github.com/golangci/golangci-lint/pull/2330)
19 lines
574 B
Modula-2
19 lines
574 B
Modula-2
module github.com/sivchari/tenv
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/gostaticanalysis/testutil v0.4.0
|
|
golang.org/x/tools v0.1.5
|
|
)
|
|
|
|
require (
|
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
|
github.com/otiai10/copy v1.2.0 // indirect
|
|
github.com/tenntenn/modver v1.0.1 // indirect
|
|
github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3 // indirect
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|