Skip to content

Commit 65417c4

Browse files
authored
use gocore v2 (#29)
* use gocore v2 * update go version * use go 1.19 in CI CD
1 parent 5e023e7 commit 65417c4

File tree

4 files changed

+41
-479
lines changed

4 files changed

+41
-479
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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: |

go.mod

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
module 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

57
require (
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
)

0 commit comments

Comments
 (0)