Skip to content

Commit

Permalink
add go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Sep 7, 2018
1 parent d045671 commit 6454114
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

"github.com/schollz/peerdiscovery"
"github.com/schollz/progressbar"
"github.com/schollz/progressbar/v2"
)

func main() {
Expand Down
6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module github.com/schollz/peerdiscovery

require (
github.com/schollz/progressbar/v2 v2.5.3
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
)

0 comments on commit 6454114

Please sign in to comment.