1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 07:26:55 +00:00

adding comment for gomod replace statement

This commit is contained in:
shravan 2020-01-14 10:11:26 +05:30
parent 4bd678e301
commit d86a80ac9f
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ Gopkg.lock
gh-pages/public
_output
coverage.txt
.idea

1
go.mod
View file

@ -34,4 +34,5 @@ require (
k8s.io/utils v0.0.0-20200109141947-94aeca20bf09 // indirect
)
// Added for go1.13 migration https://github.com/golang/go/issues/32805
replace github.com/gorilla/rpc v1.2.0+incompatible => github.com/gorilla/rpc v1.2.0