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
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.16
require (
github.com/armon/go-metrics v0.3.10 // indirect
github.com/gogo/protobuf v1.3.2
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/hashicorp/consul/api v1.11.0
github.com/hashicorp/go-hclog v0.14.1 // indirect
Expand All @@ -24,9 +23,8 @@ require (
github.com/prometheus/client_golang v1.11.1
github.com/sergi/go-diff v1.0.0
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/net v0.7.0
google.golang.org/grpc v1.27.1
google.golang.org/grpc v1.53.0
k8s.io/api v0.20.4
k8s.io/apimachinery v0.20.4
k8s.io/client-go v0.20.4
Expand Down
Loading