Skip to content

Commit

Permalink
DEPENDENCY: Add fsnotify as dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cian911 committed Dec 11, 2021
1 parent 9b87f0a commit 8b7c4ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
module github.com/cian911/switchboard

go 1.17

require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)

0 comments on commit 8b7c4ea

Please sign in to comment.