Skip to content

Commit

Permalink
Migrate to Go Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Jun 23, 2020
1 parent ae291e9 commit acffaf0
Show file tree
Hide file tree
Showing 327 changed files with 18 additions and 82,053 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
@@ -1,12 +1,13 @@
language: go
go:
- "1.6.x"
- "1.7.x"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "tip"

env:
- GO111MODULE=on

script:
- make profile_tests
15 changes: 0 additions & 15 deletions Gopkg.lock

This file was deleted.

26 changes: 0 additions & 26 deletions Gopkg.toml

This file was deleted.

8 changes: 8 additions & 0 deletions go.mod
@@ -0,0 +1,8 @@
module github.com/tiero/go-bip39

go 1.14

require (
github.com/tyler-smith/go-bip39 v1.0.2
golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8
)
4 changes: 4 additions & 0 deletions go.sum
@@ -0,0 +1,4 @@
github.com/tyler-smith/go-bip39 v1.0.2 h1:+t3w+KwLXO6154GNJY+qUtIxLTmFjfUmpguQT1OlOT8=
github.com/tyler-smith/go-bip39 v1.0.2/go.mod h1:sJ5fKU0s6JVwZjjcUEX2zFOnvq0ASQ2K9Zr6cf67kNs=
golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8 h1:h7zdf0RiEvWbYBKIx4b+q41xoUVnMmvsGZnIVE5syG8=
golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
10 changes: 0 additions & 10 deletions vendor/golang.org/x/crypto/.gitattributes

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/golang.org/x/crypto/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/crypto/AUTHORS

This file was deleted.

26 changes: 0 additions & 26 deletions vendor/golang.org/x/crypto/CONTRIBUTING.md

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/crypto/CONTRIBUTORS

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/golang.org/x/crypto/LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/golang.org/x/crypto/PATENTS

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/golang.org/x/crypto/README.md

This file was deleted.

0 comments on commit acffaf0

Please sign in to comment.