Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.
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
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/fsnotify/fsnotify v1.4.9
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/spec v0.19.3
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.2
github.com/gorilla/websocket v1.4.2
github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
Expand All @@ -38,11 +38,11 @@ require (
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
go.opencensus.io v0.22.2
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/tools v0.0.0-20200616133436-c1934b75d054
google.golang.org/grpc v1.31.1
google.golang.org/protobuf v1.24.0
go.opencensus.io v0.24.0
golang.org/x/net v0.5.0
golang.org/x/tools v0.3.0
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
helm.sh/helm/v3 v3.4.1
k8s.io/api v0.19.3
k8s.io/apiextensions-apiserver v0.19.3
Expand Down
Loading