mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-11 11:06:29 +00:00
c28f7cb29f
Initial part of #435
9 lines
181 B
Modula-2
9 lines
181 B
Modula-2
module github.com/OpenPeeDeeP/depguard
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/kisielk/gotool v1.0.0
|
|
golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b
|
|
)
|