Skip to content

Commit

Permalink
feat(go.mod): adding go modules to project - resolves #27
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwiora committed Sep 6, 2020
1 parent 6df0f50 commit 829e1fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ or
* compile yourself (requirement: install go (minimum 1.10.x) as described here https://golang.org/doc/install)
```
go get github.com/mwiora/NAMEinator
go get github.com/miekg/dns
cd $GOPATH/src/github.com/mwiora/NAMEinator/
go build
./NAMEinator
Expand Down
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module NAMEinator

go 1.15

require github.com/miekg/dns v1.1.31

0 comments on commit 829e1fc

Please sign in to comment.