Skip to content

Commit

Permalink
Generate go.mod and go.sum.
Browse files Browse the repository at this point in the history
Allows building on recent (1.19+) versions of Go.
  • Loading branch information
sengi committed Aug 22, 2022
1 parent 39ef64b commit 1084818
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 0 deletions.
13 changes: 13 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module stress

go 1.18

require (
github.com/golang/glog v1.0.0
k8s.io/apimachinery v0.24.4
)

require (
github.com/gogo/protobuf v1.3.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
)
Loading

0 comments on commit 1084818

Please sign in to comment.