-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (28 loc) · 895 Bytes
/
go.mod
File metadata and controls
33 lines (28 loc) · 895 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
28
29
30
31
32
33
module github.com/hdresearch/vers-cli
go 1.24.4
toolchain go1.24.7
require (
github.com/BurntSushi/toml v1.5.0
github.com/joho/godotenv v1.5.1
github.com/modelcontextprotocol/go-sdk v0.6.0
github.com/pkg/sftp v1.13.10
github.com/spf13/cobra v1.9.1
golang.org/x/crypto v0.46.0
golang.org/x/term v0.38.0
)
require (
github.com/google/jsonschema-go v0.2.3 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/tools v0.39.0 // indirect
)
require (
github.com/hdresearch/vers-sdk-go v0.1.0-alpha.32
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
golang.org/x/sys v0.39.0 // indirect
)