-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
24 lines (21 loc) · 803 Bytes
/
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
module github.com/PretendoNetwork/mario-vs-dk-tipping-stars-secure
go 1.19
require (
github.com/PretendoNetwork/nex-go v1.0.16
github.com/PretendoNetwork/nex-protocols-common-go v1.0.17
github.com/PretendoNetwork/nex-protocols-go v1.0.20
github.com/PretendoNetwork/plogger-go v1.0.2
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.7
modernc.org/mathutil v1.5.0
)
require (
github.com/fatih/color v1.15.0 // indirect
github.com/jwalton/go-supportscolor v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/superwhiskers/crunch/v3 v3.5.7 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/term v0.7.0 // indirect
)