|
1 | 1 | module github.com/MixinNetwork/tip |
2 | 2 |
|
3 | | -go 1.23.2 |
| 3 | +go 1.25.1 |
4 | 4 |
|
5 | | -replace github.com/dgraph-io/badger/v4 => github.com/MixinNetwork/badger/v4 v4.3.1-F1 |
| 5 | +replace github.com/dgraph-io/badger/v4 => github.com/MixinNetwork/badger/v4 v4.8.0-F1 |
6 | 6 |
|
7 | 7 | require ( |
8 | | - github.com/MixinNetwork/bot-api-go-client/v3 v3.8.6 |
| 8 | + github.com/MixinNetwork/bot-api-go-client/v3 v3.16.9 |
9 | 9 | github.com/btcsuite/btcd/btcutil v1.1.6 |
10 | | - github.com/dgraph-io/badger/v4 v4.3.1 |
| 10 | + github.com/dgraph-io/badger/v4 v4.8.0 |
11 | 11 | github.com/drand/kyber v1.3.1 |
12 | 12 | github.com/fox-one/mixin-sdk-go v1.9.1 |
13 | | - github.com/gofrs/uuid/v5 v5.3.0 |
| 13 | + github.com/gofrs/uuid/v5 v5.3.2 |
14 | 14 | github.com/pelletier/go-toml v1.9.5 |
15 | | - github.com/stretchr/testify v1.9.0 |
| 15 | + github.com/stretchr/testify v1.11.1 |
16 | 16 | github.com/unrolled/render v1.7.0 |
17 | | - github.com/urfave/cli/v2 v2.27.5 |
18 | | - golang.org/x/crypto v0.35.0 |
| 17 | + github.com/urfave/cli/v2 v2.27.7 |
| 18 | + golang.org/x/crypto v0.42.0 |
19 | 19 | ) |
20 | 20 |
|
21 | 21 | require ( |
22 | 22 | filippo.io/edwards25519 v1.1.0 // indirect |
23 | | - github.com/MixinNetwork/go-number v0.1.1 // indirect |
24 | | - github.com/MixinNetwork/mixin v0.18.15 // indirect |
| 23 | + github.com/MixinNetwork/go-number v0.2.0 // indirect |
| 24 | + github.com/MixinNetwork/mixin v0.18.27 // indirect |
25 | 25 | github.com/btcsuite/btcutil v1.0.2 // indirect |
26 | 26 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
27 | | - github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect |
| 27 | + github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect |
28 | 28 | github.com/davecgh/go-spew v1.1.1 // indirect |
29 | | - github.com/dgraph-io/ristretto v1.0.0 // indirect |
| 29 | + github.com/dgraph-io/ristretto/v2 v2.3.0 // indirect |
30 | 30 | github.com/dustin/go-humanize v1.0.1 // indirect |
31 | 31 | github.com/fox-one/msgpack v1.0.0 // indirect |
32 | | - github.com/fsnotify/fsnotify v1.6.0 // indirect |
33 | | - github.com/go-resty/resty/v2 v2.10.0 // indirect |
| 32 | + github.com/fsnotify/fsnotify v1.9.0 // indirect |
| 33 | + github.com/go-resty/resty/v2 v2.16.5 // indirect |
34 | 34 | github.com/gofrs/uuid v4.4.0+incompatible // indirect |
35 | | - github.com/gogo/protobuf v1.3.2 // indirect |
36 | 35 | github.com/golang-jwt/jwt v3.2.2+incompatible // indirect |
37 | | - github.com/golang-jwt/jwt/v5 v5.2.2 // indirect |
| 36 | + github.com/golang-jwt/jwt/v5 v5.3.0 // indirect |
38 | 37 | github.com/golang/protobuf v1.5.4 // indirect |
39 | | - github.com/google/flatbuffers v24.3.25+incompatible // indirect |
| 38 | + github.com/google/flatbuffers v25.2.10+incompatible // indirect |
40 | 39 | github.com/gorilla/websocket v1.5.3 // indirect |
41 | | - github.com/klauspost/compress v1.17.10 // indirect |
42 | | - github.com/klauspost/cpuid/v2 v2.2.8 // indirect |
| 40 | + github.com/klauspost/compress v1.18.0 // indirect |
| 41 | + github.com/klauspost/cpuid/v2 v2.3.0 // indirect |
43 | 42 | github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect |
44 | 43 | github.com/pkg/errors v0.9.1 // indirect |
45 | 44 | github.com/pmezard/go-difflib v1.0.0 // indirect |
46 | 45 | github.com/russross/blackfriday/v2 v2.1.0 // indirect |
47 | 46 | github.com/shopspring/decimal v1.4.0 // indirect |
48 | 47 | github.com/vmihailenco/tagparser v0.1.2 // indirect |
49 | | - github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect |
| 48 | + github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect |
50 | 49 | github.com/zeebo/blake3 v0.2.4 // indirect |
51 | 50 | go.dedis.ch/fixbuf v1.0.3 // indirect |
52 | | - golang.org/x/net v0.36.0 // indirect |
53 | | - golang.org/x/sync v0.8.0 // indirect |
54 | | - golang.org/x/sys v0.30.0 // indirect |
| 51 | + golang.org/x/net v0.44.0 // indirect |
| 52 | + golang.org/x/sync v0.17.0 // indirect |
| 53 | + golang.org/x/sys v0.36.0 // indirect |
55 | 54 | google.golang.org/appengine v1.6.8 // indirect |
56 | | - google.golang.org/protobuf v1.35.1 // indirect |
| 55 | + google.golang.org/protobuf v1.36.9 // indirect |
57 | 56 | gopkg.in/yaml.v3 v3.0.1 // indirect |
58 | 57 | ) |
0 commit comments