Skip to content

Commit

Permalink
update go mod (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
godeamon authored Dec 14, 2023
1 parent 0b92ac8 commit 772d9bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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-00010101000000-000000000000
github.com/OpenAtomFoundation/xupercore/crypto-dll-go v0.0.0-20231214063800-d385e2c4dd24
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-00010101000000-000000000000 // indirect
github.com/OpenAtomFoundation/xupercore/crypto-rust/x-crypto-ffi v0.0.0-20231214063800-d385e2c4dd24 // 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
2 changes: 2 additions & 0 deletions global/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAE
github.com/OneOfOne/xxhash v1.2.5/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q=
github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8=
github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q=
github.com/OpenAtomFoundation/xupercore/crypto-dll-go v0.0.0-20231214063800-d385e2c4dd24 h1:D3nQLbaJPD9cBO1hZn2AyWCW9Mg0/p0LZ5EyGjoRkjw=
github.com/OpenAtomFoundation/xupercore/crypto-dll-go v0.0.0-20231214063800-d385e2c4dd24/go.mod h1:mDtdXTd5WUFEtWnX2XIdHJynAxtGR5H8CKUuN318b1g=
github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=
github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g=
github.com/Workiva/go-datastructures v1.0.50/go.mod h1:Z+F2Rca0qCsVYDS8z7bAGm8f3UkzuWYS/oBZz5a7VVA=
Expand Down

0 comments on commit 772d9bb

Please sign in to comment.