Skip to content

Commit

Permalink
Merge pull request #2 from benjamin99/fix/fix-k8s-deps
Browse files Browse the repository at this point in the history
feat(k8s): update deps
  • Loading branch information
rueian authored Nov 6, 2022
2 parents c83baf6 + 61d796d commit 704919d
Show file tree
Hide file tree
Showing 3 changed files with 1,017 additions and 270 deletions.
48 changes: 28 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,33 @@ module github.com/rueian/kinko
go 1.13

require (
cloud.google.com/go v0.60.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-logr/logr v0.1.0
github.com/golang/protobuf v1.4.2
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.8.1
github.com/spf13/cobra v1.0.0
go.opencensus.io v0.22.4 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
cloud.google.com/go/kms v1.6.0
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-logr/logr v1.2.3
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/golang/protobuf v1.5.2
github.com/google/gnostic v0.6.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.20.1
github.com/prometheus/client_golang v1.13.1 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/spf13/cobra v1.4.0
golang.org/x/oauth2 v0.1.0 // indirect
golang.org/x/term v0.1.0
golang.org/x/text v0.3.3 // indirect
google.golang.org/api v0.29.0 // indirect
google.golang.org/genproto v0.0.0-20200711021454-869866162049
google.golang.org/grpc v1.30.0
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.3.0 // indirect
k8s.io/api v0.18.2
k8s.io/apimachinery v0.18.2
k8s.io/client-go v0.18.2
sigs.k8s.io/controller-runtime v0.6.0
golang.org/x/time v0.1.0 // indirect
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c
google.golang.org/grpc v1.50.1
google.golang.org/protobuf v1.28.1
k8s.io/api v0.25.3
k8s.io/apiextensions-apiserver v0.25.3 // indirect
k8s.io/apimachinery v0.25.3
k8s.io/client-go v0.25.3
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
k8s.io/utils v0.0.0-20221101230645-61b03e2f6476
sigs.k8s.io/controller-runtime v0.13.1
)
Loading

0 comments on commit 704919d

Please # to comment.