1
1
module github.com/nats-io/natscli
2
2
3
- go 1.21
3
+ go 1.22.0
4
4
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.7
7
7
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
9
9
github.com/dustin/go-humanize v1.0.1
10
- github.com/emicklei/dot v1.6.2
10
+ github.com/emicklei/dot v1.6.4
11
11
github.com/expr-lang/expr v1.16.9
12
- github.com/fatih/color v1.17 .0
12
+ github.com/fatih/color v1.18 .0
13
13
github.com/ghodss/yaml v1.0.0
14
14
github.com/google/go-cmp v0.6.0
15
15
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16
16
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
19
19
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
21
21
github.com/mattn/go-isatty v0.0.20
22
22
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
27
27
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
30
30
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
31
31
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
35
35
gopkg.in/yaml.v3 v3.0.1
36
36
)
37
37
@@ -40,17 +40,17 @@ require (
40
40
github.com/cespare/xxhash/v2 v2.3.0 // indirect
41
41
github.com/gosuri/uilive v0.0.4 // indirect
42
42
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
44
44
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
45
45
github.com/minio/highwayhash v1.0.3 // indirect
46
46
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
47
47
github.com/prometheus/client_model v0.6.1 // indirect
48
48
github.com/prometheus/procfs v0.15.1 // indirect
49
49
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
55
55
gopkg.in/yaml.v2 v2.4.0 // indirect
56
56
)
0 commit comments