Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ require (
github.com/mattn/go-isatty v0.0.13
github.com/mattn/go-runewidth v0.0.13
github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb
github.com/onsi/gomega v1.8.1 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/browser v0.0.0-20170505125900-c90ca0c84f15
github.com/prometheus/client_golang v1.11.0
Expand All @@ -38,21 +37,21 @@ require (
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
go.opencensus.io v0.23.0
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
golang.org/x/tools v0.1.5
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10
golang.org/x/tools v0.2.0
google.golang.org/grpc v1.39.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.27.1
google.golang.org/protobuf v1.28.1
helm.sh/helm/v3 v3.6.3
k8s.io/api v0.21.3
k8s.io/apiextensions-apiserver v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
k8s.io/code-generator v0.21.3
k8s.io/klog/v2 v2.10.0
k8s.io/code-generator v0.26.1
k8s.io/klog/v2 v2.80.1
k8s.io/kube-aggregator v0.21.3
rsc.io/letsencrypt v0.0.3 // indirect
sigs.k8s.io/yaml v1.2.0
sigs.k8s.io/yaml v1.3.0
)

// to avoid the `github.com/golang/protobuf/protoc-gen-go/generator` deprecation warning
Expand Down
Loading