Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Jun 15, 2021
1 parent 939d0eb commit c8eb0e9
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 54 deletions.
13 changes: 9 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ module github.com/kubermatic-labs/gman
go 1.14

require (
cloud.google.com/go v0.84.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/sethvargo/go-password v0.2.0
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
google.golang.org/api v0.36.0
gopkg.in/yaml.v3 v3.0.0-20210105161348-2e78108cf5f8
k8s.io/apimachinery v0.20.1
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
google.golang.org/api v0.48.0
google.golang.org/genproto v0.0.0-20210614182748-5b3b54cad159 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/apimachinery v0.21.1
)
Loading

0 comments on commit c8eb0e9

Please sign in to comment.