-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 871 Bytes
/
go.mod
File metadata and controls
27 lines (23 loc) · 871 Bytes
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
module github.com/thorsager/mockdev
go 1.19
replace github.com/slayercat/GoSNMPServer => github.com/thorsager/GoSNMPServer v0.3.0-beta.2
require (
github.com/docker/docker v20.10.20+incompatible
github.com/gliderlabs/ssh v0.3.5
github.com/gosnmp/gosnmp v1.35.0
github.com/sirupsen/logrus v1.9.0
github.com/slayercat/GoSNMPServer v0.1.2
github.com/slayercat/gosnmp v1.24.1
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.5.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
)