Skip to content

Commit

Permalink
update go mod (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
godeamon authored Dec 14, 2023
1 parent 874d25b commit d385e2c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crypto-dll-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/OpenAtomFoundation/xupercore/crypto-dll-go
go 1.19

require (
github.com/OpenAtomFoundation/xupercore/crypto-rust/x-crypto-ffi v0.0.0-20230608061311-2c9ce40cd564
github.com/OpenAtomFoundation/xupercore/crypto-rust/x-crypto-ffi v0.0.0-00010101000000-000000000000
github.com/stretchr/testify v1.8.4
)

Expand Down
2 changes: 1 addition & 1 deletion crypto-rust/x-crypto-ffi/call_rust_from_go.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"log"
"unsafe"

g "github.com/xuperchain/yogurt-chain/crypto-rust/x-crypto-ffi/go-struct"
g "github.com/OpenAtomFoundation/xupercore/crypto-rust/x-crypto-ffi/go-struct"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion crypto-rust/x-crypto-ffi/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/xuperchain/yogurt-chain/crypto-rust/x-crypto-ffi
module github.com/OpenAtomFoundation/xupercore/crypto-rust/x-crypto-ffi

go 1.19
4 changes: 2 additions & 2 deletions global/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/OpenAtomFoundation/xupercore/global
go 1.19

require (
github.com/OpenAtomFoundation/xupercore/crypto-dll-go v0.0.0
github.com/OpenAtomFoundation/xupercore/crypto-dll-go v0.0.0-00010101000000-000000000000
github.com/aws/aws-sdk-go v1.32.4
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/dgraph-io/badger/v3 v3.2103.5
Expand Down Expand Up @@ -54,7 +54,7 @@ require (
github.com/ChainSafe/go-schnorrkel v0.0.0-20200626160457-b38283118816 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/OpenAtomFoundation/xupercore/crypto-rust/x-crypto-ffi v0.0.0 // indirect
github.com/OpenAtomFoundation/xupercore/crypto-rust/x-crypto-ffi v0.0.0-00010101000000-000000000000 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/btcsuite/btcd v0.20.1-beta // indirect
Expand Down

0 comments on commit d385e2c

Please sign in to comment.