-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use gocore v2 * update go version * use go 1.19 in CI CD
- Loading branch information
Showing
4 changed files
with
41 additions
and
479 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
module github.com/core-coin/wallet-generator | ||
|
||
go 1.16 | ||
go 1.19 | ||
|
||
require github.com/core-coin/go-core/v2 v2.0.0-beta3 | ||
|
||
require ( | ||
github.com/core-coin/go-core v1.1.4 | ||
github.com/core-coin/go-goldilocks v1.0.9 | ||
github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847 // indirect | ||
github.com/core-coin/ed448 v1.0.2 // indirect | ||
github.com/core-coin/go-goldilocks v1.0.15 // indirect | ||
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222 // indirect | ||
github.com/rjeczalik/notify v0.9.1 // indirect | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect | ||
golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect | ||
) |
Oops, something went wrong.