Skip to content

Commit

Permalink
use gocore v2 (#29)
Browse files Browse the repository at this point in the history
* use gocore v2

* update go version

* use go 1.19 in CI CD
  • Loading branch information
error2215 authored Mar 13, 2023
1 parent 5e023e7 commit 65417c4
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 479 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.19.x
- name: Build for Mac and Linux
if: matrix.platform.path == 'linux-x86_64' || matrix.platform.path == 'darwin-x86_64'
run: |
Expand Down
15 changes: 12 additions & 3 deletions go.mod
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
)
Loading

0 comments on commit 65417c4

Please sign in to comment.