-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
37 lines (33 loc) · 1.2 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
module github.com/polite007/Milkyway
go 1.22.0
toolchain go1.23.0
require (
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
github.com/chainreactors/logs v0.7.0
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.18.0
github.com/go-sql-driver/mysql v1.8.1
github.com/hashicorp/go-version v1.7.0
github.com/mitchellh/go-vnc v0.0.0-20150629162542-723ed9867aed
github.com/spaolacci/murmur3 v1.1.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/weppos/publicsuffix-go v0.40.2
github.com/yinheli/mahonia v0.0.0-20131226213531-0eef680515cc
golang.org/x/crypto v0.29.0
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/net v0.30.0
gopkg.in/yaml.v3 v3.0.1
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/chainreactors/files v0.2.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
)