Skip to content

Commit

Permalink
upgrade mixin safe modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Oct 15, 2024
1 parent b137167 commit 00d64d3
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 153 deletions.
68 changes: 29 additions & 39 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,67 +2,57 @@ module github.com/MixinNetwork/tip

go 1.23.2

replace github.com/dgraph-io/badger/v4 => github.com/MixinNetwork/badger/v4 v4.3.1-F1

require (
github.com/MixinNetwork/bot-api-go-client v1.8.7
github.com/MixinNetwork/go-number v0.1.1
github.com/MixinNetwork/mixin v0.16.10
github.com/btcsuite/btcd/btcutil v1.1.5
github.com/dgraph-io/badger/v3 v3.2103.5
github.com/drand/kyber v1.3.0
github.com/MixinNetwork/bot-api-go-client/v3 v3.8.6
github.com/btcsuite/btcd/btcutil v1.1.6
github.com/dgraph-io/badger/v4 v4.3.1
github.com/drand/kyber v1.3.1
github.com/fox-one/mixin-sdk-go v1.9.1
github.com/gofrs/uuid/v5 v5.0.0
github.com/gofrs/uuid/v5 v5.3.0
github.com/pelletier/go-toml v1.9.5
github.com/stretchr/testify v1.9.0
github.com/unrolled/render v1.6.1
github.com/urfave/cli/v2 v2.25.7
golang.org/x/crypto v0.21.0
github.com/unrolled/render v1.7.0
github.com/urfave/cli/v2 v2.27.5
golang.org/x/crypto v0.28.0
)

require (
filippo.io/edwards25519 v1.0.0 // indirect
github.com/MixinNetwork/mobilecoin-account v0.0.5 // indirect
github.com/MixinNetwork/msgpack/v4 v4.4.0 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/MixinNetwork/go-number v0.1.1 // indirect
github.com/MixinNetwork/mixin v0.18.15 // indirect
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/bwesterb/go-ristretto v1.2.3 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dchest/blake2b v1.0.0 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dgraph-io/ristretto v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fox-one/msgpack v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-resty/resty/v2 v2.10.0 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/glog v1.1.2 // indirect
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v23.5.26+incompatible // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/klauspost/compress v1.17.2 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/flatbuffers v24.3.25+incompatible // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/klauspost/compress v1.17.10 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/vmihailenco/tagparser v0.1.2 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
github.com/zeebo/blake3 v0.2.4 // indirect
go.dedis.ch/fixbuf v1.0.3 // indirect
go.opencensus.io v0.22.5 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
google.golang.org/grpc v1.59.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 00d64d3

Please sign in to comment.