-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathgo.mod
50 lines (46 loc) · 1.73 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/MixinNetwork/supergroup.mixin.one
go 1.21
toolchain go1.21.0
require (
github.com/MixinNetwork/bot-api-go-client/v2 v2.1.0
github.com/MixinNetwork/go-number v0.1.1
github.com/bugsnag/bugsnag-go v2.2.0+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dimfeld/httptreemux v5.0.1+incompatible
github.com/gofrs/uuid v4.4.0+incompatible
github.com/gofrs/uuid/v5 v5.0.0
github.com/gorilla/handlers v1.5.2
github.com/gorilla/websocket v1.5.1
github.com/lib/pq v1.10.9
github.com/stretchr/testify v1.8.4
github.com/tuotoo/qrcode v0.0.0-20220425170535-52ccc2bebf5d
github.com/unrolled/render v1.6.1
golang.org/x/crypto v0.20.0
golang.org/x/time v0.4.0
gopkg.in/yaml.v2 v2.4.0
mvdan.cc/xurls v1.1.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/MixinNetwork/mixin v0.18.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/maruel/rs v1.1.0 // indirect
github.com/mvdan/xurls v1.1.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
rsc.io/qr v0.2.0 // indirect
)