Skip to content

Commit

Permalink
Initialize Go Modules
Browse files Browse the repository at this point in the history
`go mod init github.com/hound-search/hound`
  • Loading branch information
Andreas Linz authored and salemhilal committed Oct 24, 2020
1 parent 57d568c commit cf9b308
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
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/hound-search/hound

go 1.13

require github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/jteeuwen/go-bindata v3.0.7+incompatible h1:91Uy4d9SYVr1kyTJ15wJsog+esAZZl7JmEfTkwmhJts=
github.com/jteeuwen/go-bindata v3.0.7+incompatible/go.mod h1:JVvhzYOiGBnFSYRyV00iY8q7/0PThjIYav1p9h5dmKs=

0 comments on commit cf9b308

Please sign in to comment.