1
1
mirror of https://github.com/joshdk/drone-skip-pipeline synced 2024-11-22 13:41:57 +01:00
drone-skip-pipeline/go.mod
2021-11-14 16:11:00 -08:00

21 lines
670 B
Modula-2

module github.com/joshdk/drone-skip-pipeline
go 1.17
require (
github.com/google/go-github/v40 v40.0.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
jdk.sh/meta v0.1.1-0.20211021015548-cff3b930ebd9
)
require (
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)