-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
40 lines (36 loc) · 1.39 KB
/
go.mod
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
module github.com/ripta/rt
go 1.22.0
toolchain go1.22.6
require (
github.com/containerd/console v1.0.4
github.com/google/cel-go v0.22.1
github.com/gosuri/uilive v0.0.4
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
github.com/mr-tron/base58 v1.2.0
github.com/r3labs/diff/v3 v3.0.1
github.com/ripta/hypercmd v0.3.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
github.com/thediveo/enumflag/v2 v2.0.5
golang.org/x/crypto v0.31.0
golang.org/x/text v0.21.0
google.golang.org/protobuf v1.36.0
gopkg.in/yaml.v3 v3.0.1
)
require (
cel.dev/expr v0.19.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e // indirect
golang.org/x/sys v0.28.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
)