File tree Expand file tree Collapse file tree 4 files changed +41
-479
lines changed Expand file tree Collapse file tree 4 files changed +41
-479
lines changed Original file line number Diff line number Diff line change 1616 - name : Setup
1717 uses : actions/setup-go@v2
1818 with :
19- go-version : 1.16 .x
19+ go-version : 1.19 .x
2020 - name : Build for Mac and Linux
2121 if : matrix.platform.path == 'linux-x86_64' || matrix.platform.path == 'darwin-x86_64'
2222 run : |
Original file line number Diff line number Diff line change 11module github.com/core-coin/wallet-generator
22
3- go 1.16
3+ go 1.19
4+
5+ require github.com/core-coin/go-core/v2 v2.0.0-beta3
46
57require (
6- github.com/core-coin/go-core v1.1.4
7- github.com/core-coin/go-goldilocks v1.0.9
8+ github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847 // indirect
9+ github.com/core-coin/ed448 v1.0.2 // indirect
10+ github.com/core-coin/go-goldilocks v1.0.15 // indirect
11+ github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea // indirect
12+ github.com/go-stack/stack v1.8.0 // indirect
13+ github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222 // indirect
14+ github.com/rjeczalik/notify v0.9.1 // indirect
15+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
16+ golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
817)
You can’t perform that action at this time.
0 commit comments