Skip to content

Commit

Permalink
go mod in goland
Browse files Browse the repository at this point in the history
  • Loading branch information
dariakharlan committed Aug 3, 2021
1 parent 65115ce commit f2be6e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require (
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.24.0
Expand All @@ -21,6 +22,7 @@ require (
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
google.golang.org/genproto v0.0.0-20210510173355-fb37daa5cd7a // indirect
google.golang.org/grpc v1.37.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.4.0
k8s.io/klog/v2 v2.8.0
)

0 comments on commit f2be6e1

Please sign in to comment.