Skip to content

Commit

Permalink
updated go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
damoon committed Aug 10, 2021
1 parent 94bda8b commit f792cce
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 96 deletions.
14 changes: 4 additions & 10 deletions go.mod
@@ -1,15 +1,9 @@
module github.com/utopia-planitia/k8s-gitlab-gc

go 1.15
go 1.16

require (
github.com/google/go-querystring v1.0.0 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/plouc/go-gitlab-client v2.0.0-beta.5+incompatible
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
k8s.io/api v0.18.5
k8s.io/apimachinery v0.18.5
k8s.io/client-go v0.0.0-20200430002605-303c51f3d403
k8s.io/utils v0.0.0-20200619165400-6e3d28b6ed19 // indirect
k8s.io/api v0.22.0
k8s.io/apimachinery v0.22.0
k8s.io/client-go v0.22.0
)

0 comments on commit f792cce

Please sign in to comment.