-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathgo.mod
25 lines (21 loc) · 682 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
25
module github.com/atredispartners/flamingo
go 1.23.0
toolchain go1.23.3
require (
github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91
github.com/audibleblink/go-ntlm v0.0.0-20190308023621-c1bc43845e23
github.com/gosnmp/gosnmp v1.38.0
github.com/miekg/dns v1.1.62
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
golang.org/x/crypto v0.31.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/tools v0.28.0 // indirect
)