Skip to content

Commit

Permalink
chore: update all go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed May 25, 2021
1 parent 5f23d83 commit c0df790
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 103 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/postfinance/kubenurse
go 1.15

require (
github.com/prometheus/client_golang v1.9.0
github.com/stretchr/testify v1.6.1
k8s.io/api v0.20.0
k8s.io/apimachinery v0.20.0
k8s.io/client-go v0.20.0
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/prometheus/client_golang v1.10.0
github.com/stretchr/testify v1.7.0
k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
)
Loading

0 comments on commit c0df790

Please sign in to comment.