forked from realvnc-labs/tacoscript
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
35 lines (32 loc) · 1.25 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
module github.com/realvnc-labs/tacoscript
go 1.19
require (
github.com/elliotchance/orderedmap v1.5.0
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/goftp/file-driver v0.0.0-20180502053751-5d604a0fc0c9
github.com/goftp/server v0.0.0-20200708154336-f64f7c2d8a42
github.com/google/go-cmp v0.5.9
github.com/kylelemons/godebug v1.1.0
github.com/magiconair/properties v1.8.5
github.com/secsy/goftp v0.0.0-20200609142545-aa2de14babf4
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1
golang.org/x/sys v0.4.0
golang.org/x/text v0.6.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jlaffaye/ftp v0.0.0-20200812143550-39e3779af0db // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)