Skip to content

Commit

Permalink
add go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
inetAnt committed Aug 25, 2020
1 parent 4c7fb56 commit 414e3f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# binary
gohostsd

go.sum
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/inetAnt/gohostsd

go 1.15

require github.com/fsnotify/fsnotify v1.4.9

0 comments on commit 414e3f0

Please sign in to comment.