2019-03-11 19:30:52 +01:00
|
|
|
module gitlab.com/unboundsoftware/default-request-adder
|
|
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
2023-05-08 18:36:16 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2019-03-11 19:30:52 +01:00
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
|
|
|
github.com/golang/protobuf v1.3.0 // indirect
|
|
|
|
|
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect
|
|
|
|
|
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
|
|
|
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
|
|
|
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
|
|
|
|
|
github.com/json-iterator/go v1.1.5 // indirect
|
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
|
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
2023-05-08 18:36:16 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
|
github.com/stretchr/testify v1.8.2 // indirect
|
2023-05-08 18:36:52 +00:00
|
|
|
golang.org/x/crypto v0.1.0 // indirect
|
2023-05-08 18:37:21 +00:00
|
|
|
golang.org/x/net v0.7.0 // indirect
|
2019-03-11 19:30:52 +01:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 // indirect
|
|
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
2023-05-08 18:37:47 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
2019-03-12 10:07:26 +01:00
|
|
|
k8s.io/api v0.0.0-20181128191700-6db15a15d2d3
|
2019-03-11 19:30:52 +01:00
|
|
|
k8s.io/apimachinery v0.0.0-20181128191346-49ce2735e507
|
|
|
|
|
k8s.io/client-go v9.0.0+incompatible
|
|
|
|
|
)
|