mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-08 07:44:57 +00:00
33 lines
1.2 KiB
Modula-2
33 lines
1.2 KiB
Modula-2
module github.com/imjasonh/terraform-playground/image-workflow
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/cloudevents/sdk-go/v2 v2.13.0
|
|
github.com/coreos/go-oidc/v3 v3.5.0
|
|
github.com/google/go-github/v43 v43.0.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
golang.org/x/oauth2 v0.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/goleak v1.1.12 // indirect
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
go.uber.org/zap v1.21.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.29.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|