vendor.mod: don't replace gopkg.in/fsnotify.v1
It's not vendored, so no changes in vendored code Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
9f7280f2d2
commit
be4144c153
2 changed files with 0 additions and 2 deletions
|
@ -176,7 +176,6 @@ replace (
|
|||
google.golang.org/api => google.golang.org/api v0.8.0
|
||||
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200227132054-3f1135a288c9
|
||||
google.golang.org/grpc => google.golang.org/grpc v1.27.1
|
||||
gopkg.in/fsnotify.v1 => gopkg.in/fsnotify.v1 v1.4.7
|
||||
)
|
||||
|
||||
// autogen/winresources/dockerd is generated a build time, this replacement is only for the purpose of `go mod vendor`
|
||||
|
|
1
vendor/modules.txt
vendored
1
vendor/modules.txt
vendored
|
@ -1012,5 +1012,4 @@ gotest.tools/v3/skip
|
|||
# google.golang.org/api => google.golang.org/api v0.8.0
|
||||
# google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200227132054-3f1135a288c9
|
||||
# google.golang.org/grpc => google.golang.org/grpc v1.27.1
|
||||
# gopkg.in/fsnotify.v1 => gopkg.in/fsnotify.v1 v1.4.7
|
||||
# github.com/docker/docker/autogen/winresources/dockerd => ./hack/make/.resources-windows
|
||||
|
|
Loading…
Add table
Reference in a new issue