Dependency fsnotify organization has been renamed
This commit is contained in:
parent
43a510c046
commit
a3372acb6d
2 changed files with 3 additions and 1 deletions
3
Gopkg.lock
generated
3
Gopkg.lock
generated
|
@ -1241,6 +1241,7 @@
|
|||
name = "gopkg.in/fsnotify.v1"
|
||||
packages = ["."]
|
||||
revision = "629574ca2a5df945712d3079857300b5e4da0236"
|
||||
source = "github.com/fsnotify/fsnotify"
|
||||
version = "v1.4.2"
|
||||
|
||||
[[projects]]
|
||||
|
@ -1399,6 +1400,6 @@
|
|||
[solve-meta]
|
||||
analyzer-name = "dep"
|
||||
analyzer-version = 1
|
||||
inputs-digest = "bda37c8b43334917a61fd0b22facf044a35a9b822f709603a8cb58464d738d12"
|
||||
inputs-digest = "7994872ae2ae128f087243191120faabaac8a738140a5ca664422a8f709827ec"
|
||||
solver-name = "gps-cdcl"
|
||||
solver-version = 1
|
||||
|
|
|
@ -162,6 +162,7 @@ ignored = ["github.com/sirupsen/logrus"]
|
|||
|
||||
[[constraint]]
|
||||
name = "gopkg.in/fsnotify.v1"
|
||||
source = "github.com/fsnotify/fsnotify"
|
||||
version = "1.4.2"
|
||||
|
||||
[[constraint]]
|
||||
|
|
Loading…
Reference in a new issue