Skip to content

Commit

Permalink
fix go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Sep 7, 2018
1 parent a0e1bcb commit 46bd04c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
module github.com/schollz/pake/v1
module github.com/schollz/pake

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
github.com/tscholl2/siec v0.0.0-20180721101609-21667da05937
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
)

0 comments on commit 46bd04c

Please sign in to comment.