Skip to content

Commit

Permalink
Update fsnotify to latest
Browse files Browse the repository at this point in the history
retracted by module author:

Published an incorrect branch accidentally
fsnotify/fsnotify#445
  • Loading branch information
GabrielNagy committed May 30, 2022
1 parent e93d4cf commit 9e2eaec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -7,7 +7,7 @@ require (
github.com/charmbracelet/lipgloss v0.5.0
github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a
github.com/fatih/color v1.13.0
github.com/fsnotify/fsnotify v1.5.3
github.com/fsnotify/fsnotify v1.5.4
github.com/godbus/dbus/v5 v5.1.0
github.com/golang/protobuf v1.5.2
github.com/golangci/golangci-lint v1.45.2
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -209,6 +209,8 @@ github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4
github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU=
github.com/fsnotify/fsnotify v1.5.3 h1:vNFpj2z7YIbwh2bw7x35sqYpp2wfuq+pivKbWG09B8c=
github.com/fsnotify/fsnotify v1.5.3/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU=
github.com/fsnotify/fsnotify v1.5.4 h1:jRbGcIw6P2Meqdwuo0H1p6JVLbL5DHKAKlYndzMwVZI=
github.com/fsnotify/fsnotify v1.5.4/go.mod h1:OVB6XrOHzAwXMpEM7uPOzcehqUV2UqJxmVXmkdnm1bU=
github.com/fullstorydev/grpcurl v1.6.0/go.mod h1:ZQ+ayqbKMJNhzLmbpCiurTVlaK2M/3nqZCxaQ2Ze/sM=
github.com/fzipp/gocyclo v0.4.0 h1:IykTnjwh2YLyYkGa0y92iTTEQcnyAz0r9zOo15EbJ7k=
github.com/fzipp/gocyclo v0.4.0/go.mod h1:rXPyn8fnlpa0R2csP/31uerbiVBugk5whMdlyaLkLoA=
Expand Down

0 comments on commit 9e2eaec

Please sign in to comment.