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:
parent
4bd678e301
commit
d86a80ac9f
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ Gopkg.lock
|
|||
gh-pages/public
|
||||
_output
|
||||
coverage.txt
|
||||
.idea
|
||||
|
|
1
go.mod
1
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue