Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Bump github.com/fsnotify/fsnotify from 1.5.0 to 1.5.1 in /agent #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module main
go 1.15

require (
github.com/fsnotify/fsnotify v1.5.0
github.com/fsnotify/fsnotify v1.5.1
github.com/google/logger v1.1.1
github.com/s3rj1k/go-fanotify/fanotify v0.0.0-20191125112157-eb8b6ee54e02
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
Expand Down
4 changes: 2 additions & 2 deletions agent/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/fsnotify/fsnotify v1.5.0 h1:NO5hkcB+srp1x6QmwvNZLeaOgbM8cmBTN32THzjvu2k=
github.com/fsnotify/fsnotify v1.5.0/go.mod h1:BX0DCEr5pT4jm2CnQdVP1lFV521fcCNcyEeNp4DQQDk=
github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI=
github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU=
github.com/google/logger v1.1.1 h1:+6Z2geNxc9G+4D4oDO9njjjn2d0wN5d7uOo0vOIW1NQ=
github.com/google/logger v1.1.1/go.mod h1:BkeJZ+1FhQ+/d087r4dzojEg1u2ZX+ZqG1jTUrLM+zQ=
github.com/s3rj1k/go-fanotify/fanotify v0.0.0-20191125112157-eb8b6ee54e02 h1:RiweWzge9KgaZNZ1g/3koKR4hh5+fyZPfgzSDKAf40U=
Expand Down