Skip to content

Commit

Permalink
Merge pull request #35 from vulpemventures/master
Browse files Browse the repository at this point in the history
Migrate to Go Modules and update Travis CI pipeline
  • Loading branch information
tyler-smith committed Oct 27, 2020
2 parents c55f737 + 3a7cf4f commit a70073c
Show file tree
Hide file tree
Showing 327 changed files with 24 additions and 82,054 deletions.
13 changes: 7 additions & 6 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"
- "release"
- "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/vulpemventures/go-bip39

go 1.14

require (
github.com/tyler-smith/go-bip39 v1.0.2
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
)
9 changes: 9 additions & 0 deletions go.sum
@@ -0,0 +1,9 @@
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-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 h1:psW17arqaxU48Z5kZ0CQnkZWQJsqcURM6tKiBApRjXI=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
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 a70073c

Please sign in to comment.