TykTechnologies / tyk-k8s

Kubernetes ingress controller and sidecar injector for Tyk API Gateway
https://tyk.io
Other
7 stars 5 forks source link

Migrate to Go modules #28

Closed excieve closed 5 years ago

excieve commented 5 years ago

Migrates to Go modules, keeping updated vendor dir for compatibility. This also moves "vendor/github.com/TykTechnologies/tykctl/api/_test_util/dash_mock.go" into the repo as "_test_util/dash_mock.go" since the original repo doesn't appear to exist, which causes issues when "tyk-k8s" is pulled in as a dependecy using Go modules.