-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
29 lines (26 loc) · 1.03 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
module github.com/gakkiyomi/galang
go 1.23
require (
github.com/Ullaakut/nmap v2.0.2+incompatible
github.com/alouca/gosnmp v0.0.0-20170620005048-04d83944c9ab
github.com/beevik/etree v1.2.0
github.com/daba0007/golib v0.0.0-20210207071852-24f01ef08106
github.com/dselans/dmidecode v0.0.0-20180814053009-65c3f9d81910
github.com/satori/go.uuid v1.2.0
github.com/songtianyi/rrframework v0.0.0-20220507040321-ea460466cb2b
github.com/stretchr/testify v1.8.3
)
require (
github.com/alouca/gologger v0.0.0-20120904114645-7d4b7291de9c // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/rs/xid v1.5.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
golang.org/x/net v0.10.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)