mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-27 00:47:56 +00:00
20 lines
590 B
Modula-2
20 lines
590 B
Modula-2
module alpine-publisher
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/buger/jsonparser v1.1.1
|
|
github.com/xanzy/go-gitlab v0.62.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.0 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
google.golang.org/appengine v1.3.0 // indirect
|
|
)
|