-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 1 KB
/
Copy pathgo.mod
File metadata and controls
31 lines (28 loc) · 1 KB
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
module github.com/volcengine/volcengine-cli
go 1.18
require (
github.com/ThinkInAIXYZ/go-mcp v0.2.29
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/google/uuid v1.6.0
github.com/jmespath/go-jmespath v0.4.0
github.com/manifoldco/promptui v0.9.0
github.com/mattn/go-runewidth v0.0.13
github.com/rivo/uniseg v0.2.0
github.com/spf13/cobra v1.6.1
github.com/volcengine/volcengine-go-sdk v1.2.46
golang.org/x/net v0.17.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/orcaman/concurrent-map/v2 v2.0.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/volcengine/volc-sdk-golang v1.0.23 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/sys v0.13.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)