Skip to content

Commit

Permalink
deps: go modules
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
leodido committed Dec 14, 2020
1 parent 771a954 commit 2a8ecd6
Show file tree
Hide file tree
Showing 2 changed files with 1,864 additions and 0 deletions.
12 changes: 12 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module github.com/leodido/maintainers-generator

go 1.14

replace k8s.io/client-go => k8s.io/client-go v0.19.5

require (
github.com/sirupsen/logrus v1.6.0
gopkg.in/yaml.v2 v2.3.0
gotest.tools v2.2.0+incompatible
k8s.io/test-infra v0.0.0-20201210094454-9d2209384daf
)
Loading

0 comments on commit 2a8ecd6

Please sign in to comment.