Skip to content

Commit

Permalink
reverted package update
Browse files Browse the repository at this point in the history
  • Loading branch information
NikeNano committed Sep 20, 2020
1 parent 9f1adef commit 7481cb4
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions go.mod
Expand Up @@ -13,20 +13,22 @@ require (
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/go-logr/logr v0.1.0 // indirect
github.com/go-logr/zapr v0.1.0 // indirect
github.com/go-openapi/errors v0.19.2
github.com/go-openapi/runtime v0.19.4
github.com/go-openapi/strfmt v0.19.3
github.com/go-openapi/analysis v0.17.2 // indirect
github.com/go-openapi/errors v0.17.0
github.com/go-openapi/runtime v0.0.0-20181031204026-aadb2cc7b886
github.com/go-openapi/strfmt v0.17.0
github.com/go-openapi/swag v0.19.8
github.com/go-openapi/validate v0.19.5
github.com/go-openapi/validate v0.17.2
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.2
github.com/golang/protobuf v1.3.5
github.com/google/addlicense v0.0.0-20200422172452-68a83edd47bc // indirect
github.com/google/go-cmp v0.4.0
github.com/google/uuid v1.1.1
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.12.1
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/jinzhu/gorm v1.9.1
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect
Expand All @@ -41,25 +43,26 @@ require (
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/spf13/viper v1.3.2
github.com/spf13/viper v1.3.0
github.com/stretchr/testify v1.5.1
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
google.golang.org/api v0.20.0
google.golang.org/genproto v0.0.0-20200317114155-1f3552e48f24
google.golang.org/grpc v1.28.0
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.18.6
k8s.io/apimachinery v0.18.6
k8s.io/client-go v0.18.6
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.0.0-20191219150132-17cfeff5d095
k8s.io/apiextensions-apiserver v0.0.0-20190103235604-e7617803aceb // indirect
k8s.io/apimachinery v0.16.7-beta.0
k8s.io/client-go v0.0.0-20191225075139-73fd2ddc9180
k8s.io/kubernetes v1.11.1
sigs.k8s.io/controller-runtime v0.6.3
sigs.k8s.io/controller-runtime v0.0.0-20181121180216-5558165425ef
sigs.k8s.io/testing_frameworks v0.1.1 // indirect
)

go 1.13
go 1.13

0 comments on commit 7481cb4

Please sign in to comment.