-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (36 loc) · 1.17 KB
/
Copy pathgo.mod
File metadata and controls
39 lines (36 loc) · 1.17 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
32
33
34
35
36
37
38
39
module github.com/roberson-io/cchef
go 1.27.0
require (
github.com/ProtonMail/go-crypto v1.4.1
github.com/alecthomas/chroma/v2 v2.27.0
github.com/antchfx/xpath v1.3.8
github.com/bufbuild/protocompile v0.14.1
github.com/dlclark/regexp2 v1.12.0
github.com/evanw/esbuild v0.28.2
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/itchyny/gojq v0.12.19
github.com/klaus-tockloth/coco v0.2.0
github.com/recolabs/gnata v0.2.3
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
github.com/ulikunitz/xz v0.5.16
github.com/yuin/goldmark v1.8.5
go.yaml.in/yaml/v3 v3.0.5
golang.org/x/arch v0.30.0
golang.org/x/crypto v0.55.0
golang.org/x/image v0.45.0
golang.org/x/term v0.45.0
golang.org/x/text v0.41.0
google.golang.org/protobuf v1.36.12
)
require (
github.com/cloudflare/circl v1.6.5 // indirect
github.com/dlclark/regexp2/v2 v2.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/itchyny/timefmt-go v0.1.8 // indirect
github.com/tidwall/gjson v1.19.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
)