-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathgo.mod
29 lines (25 loc) · 868 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
26
27
28
29
module github.com/e-XpertSolutions/f5-rest-client
go 1.23.0
toolchain go1.24.0
require (
github.com/BurntSushi/toml v1.4.0
github.com/ChimeraCoder/gojson v1.1.0
github.com/davecgh/go-spew v1.1.1
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/mitchellh/mapstructure v1.4.1
github.com/pkg/sftp v1.13.2
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v2 v2.27.6
golang.org/x/crypto v0.36.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/term v0.30.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)