Skip to content

Commit

Permalink
replace k8s.io/code_generator by repository with correction to pass b…
Browse files Browse the repository at this point in the history
…uild on kubi
  • Loading branch information
Mauger Ophélie committed Jun 8, 2021
1 parent d760406 commit 1ad1406
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 4 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ca-gip/kubi

go 1.13
go 1.16

require (
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
Expand All @@ -10,12 +10,14 @@ require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.0
github.com/rs/zerolog v1.18.0
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/ldap.v2 v2.5.1
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.20.4
k8s.io/apimachinery v0.20.4
k8s.io/client-go v0.20.4
k8s.io/code-generator v0.20.4
)

replace k8s.io/code-generator => github.com/efortin/kubernetes/staging/src/k8s.io/code-generator v0.0.0-20210602081514-49be077fdae8
Loading

0 comments on commit 1ad1406

Please sign in to comment.