11module github.com/nats-io/natscli
22
3- go 1.21
3+ go 1.22.0
44
55require (
66 github.com/AlecAivazis/survey/v2 v2.3.7
77 github.com/HdrHistogram/hdrhistogram-go v1.1.2
8- github.com/choria-io/fisk v0.6.2
8+ github.com/choria-io/fisk v0.6.4
99 github.com/dustin/go-humanize v1.0.1
10- github.com/emicklei/dot v1.6.2
10+ github.com/emicklei/dot v1.6.4
1111 github.com/expr-lang/expr v1.16.9
12- github.com/fatih/color v1.17 .0
12+ github.com/fatih/color v1.18 .0
1313 github.com/ghodss/yaml v1.0.0
1414 github.com/google/go-cmp v0.6.0
1515 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1616 github.com/gosuri/uiprogress v0.0.1
17- github.com/guptarohit/asciigraph v0.7.1
18- github.com/jedib0t/go-pretty/v6 v6.5.9
17+ github.com/guptarohit/asciigraph v0.7.3
18+ github.com/jedib0t/go-pretty/v6 v6.6.5
1919 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
20- github.com/klauspost/compress v1.17.9
20+ github.com/klauspost/compress v1.17.11
2121 github.com/mattn/go-isatty v0.0.20
2222 github.com/nats-io/jsm.go v0.1.2
23- github.com/nats-io/jwt/v2 v2.5.8
24- github.com/nats-io/nats-server/v2 v2.10.18
25- github.com/nats-io/nats.go v1.36 .0
26- github.com/nats-io/nkeys v0.4.7
23+ github.com/nats-io/jwt/v2 v2.7.3
24+ github.com/nats-io/nats-server/v2 v2.10.24
25+ github.com/nats-io/nats.go v1.38 .0
26+ github.com/nats-io/nkeys v0.4.9
2727 github.com/nats-io/nuid v1.0.1
28- github.com/prometheus/client_golang v1.19.1
29- github.com/prometheus/common v0.55 .0
28+ github.com/prometheus/client_golang v1.20.5
29+ github.com/prometheus/common v0.61 .0
3030 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
3131 github.com/tylertreat/hdrhistogram-writer v0.0.0-20210816161836-2e440612a39f
32- golang.org/x/crypto v0.25 .0
33- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
34- golang.org/x/term v0.22 .0
32+ golang.org/x/crypto v0.31 .0
33+ golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
34+ golang.org/x/term v0.27 .0
3535 gopkg.in/yaml.v3 v3.0.1
3636)
3737
@@ -40,17 +40,17 @@ require (
4040 github.com/cespare/xxhash/v2 v2.3.0 // indirect
4141 github.com/gosuri/uilive v0.0.4 // indirect
4242 github.com/mattn/go-colorable v0.1.13 // indirect
43- github.com/mattn/go-runewidth v0.0.15 // indirect
43+ github.com/mattn/go-runewidth v0.0.16 // indirect
4444 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
4545 github.com/minio/highwayhash v1.0.3 // indirect
4646 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4747 github.com/prometheus/client_model v0.6.1 // indirect
4848 github.com/prometheus/procfs v0.15.1 // indirect
4949 github.com/rivo/uniseg v0.4.7 // indirect
50- golang.org/x/net v0.27 .0 // indirect
51- golang.org/x/sys v0.22 .0 // indirect
52- golang.org/x/text v0.16 .0 // indirect
53- golang.org/x/time v0.5 .0 // indirect
54- google.golang.org/protobuf v1.34.2 // indirect
50+ golang.org/x/net v0.33 .0 // indirect
51+ golang.org/x/sys v0.28 .0 // indirect
52+ golang.org/x/text v0.21 .0 // indirect
53+ golang.org/x/time v0.8 .0 // indirect
54+ google.golang.org/protobuf v1.36.0 // indirect
5555 gopkg.in/yaml.v2 v2.4.0 // indirect
5656)
0 commit comments