-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (39 loc) · 1.54 KB
/
go.mod
File metadata and controls
42 lines (39 loc) · 1.54 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
40
41
42
module github.com/prequel-dev/cre
go 1.25.0
require (
github.com/alecthomas/kong v1.13.0
github.com/btcsuite/btcutil v1.0.2
github.com/google/uuid v1.6.0
github.com/prequel-dev/preq v0.1.37
github.com/prequel-dev/prequel-compiler v0.0.21
github.com/rs/zerolog v1.34.0
golang.org/x/mod v0.32.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/clipperhouse/stringish v0.1.1 // indirect
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/goccy/go-yaml v1.19.2 // indirect
github.com/icza/backscanner v0.0.0-20241124160932-dff01ac50250 // indirect
github.com/itchyny/gojq v0.12.18 // indirect
github.com/itchyny/timefmt-go v0.1.7 // indirect
github.com/jedib0t/go-pretty/v6 v6.7.8 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/philhofer/fwd v1.2.0 // indirect
github.com/prequel-dev/prequel-logmatch v0.0.20 // indirect
github.com/tinylib/msgp v1.6.3 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/text v0.33.0 // indirect
k8s.io/apimachinery v0.35.0 // indirect
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
sigs.k8s.io/yaml v1.6.0 // indirect
)