-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 813 Bytes
/
go.mod
File metadata and controls
28 lines (25 loc) · 813 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
module github.com/kelp/gale
go 1.26.1
require (
github.com/BurntSushi/toml v1.6.0
github.com/anthropics/anthropic-sdk-go v1.27.1
github.com/fatih/color v1.19.0
github.com/klauspost/compress v1.18.5
github.com/mattn/go-isatty v0.0.20
github.com/rogpeppe/go-internal v1.14.1
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.9
github.com/ulikunitz/xz v0.5.15
golang.org/x/mod v0.34.0
golang.org/x/sys v0.42.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/tools v0.42.0 // indirect
)