Skip to content

Commit

Permalink
build: update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
lterrac committed Oct 28, 2020
1 parent 097abb8 commit 22052d4
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 6 deletions.
8 changes: 6 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ module github.com/lterrac/system-autoscaler
go 1.15

require (
k8s.io/apimachinery v0.19.3
k8s.io/code-generator v0.19.3
github.com/stretchr/testify v1.6.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
k8s.io/apimachinery v0.19.2
k8s.io/client-go v0.19.2
k8s.io/code-generator v0.19.2

)
Loading

0 comments on commit 22052d4

Please sign in to comment.