module bitbucket.org/TIKI-Institut/ai-common-go/v2 go 1.14 require ( github.com/coreos/go-oidc v2.0.0+incompatible github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect github.com/eclipse/paho.mqtt.golang v1.2.0 github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect github.com/gin-gonic/gin v1.3.0 github.com/googleapis/gnostic v0.3.0 // indirect github.com/imdario/mergo v0.3.7 // indirect github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.1.0 github.com/mattn/go-isatty v0.0.12 // indirect github.com/pkg/errors v0.8.1 github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect github.com/rs/zerolog v1.20.0 github.com/spf13/afero v1.2.2 github.com/spf13/cobra v0.0.3 github.com/spf13/viper v1.6.1 github.com/stretchr/testify v1.4.0 golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/go-playground/validator.v8 v8.18.2 // indirect gopkg.in/square/go-jose.v2 v2.2.2 // indirect gopkg.in/yaml.v2 v2.2.8 k8s.io/api v0.18.3 k8s.io/apimachinery v0.18.3 k8s.io/client-go v0.18.3 k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 ) // todo cobra introduced support for context.Context but left the feature to update the context used // todo close when https://github.com/spf13/cobra/pull/1118 gets merged replace github.com/spf13/cobra => github.com/seashell/cobra v1.0.1-0.20200519200726-d0e2899afbe2