1
1
module pace/pace
2
2
3
- go 1.20
3
+ go 1.22
4
+
5
+ toolchain go1.24.0
4
6
5
7
require (
6
- buf.build/gen/go/getstrm/pace/grpc/go v1.4.0 -20240129161937-d5ced9c85c25.1
7
- buf.build/gen/go/getstrm/pace/protocolbuffers/go v1.34.2 -20240129161937-d5ced9c85c25.2
8
- github.com/bykof/gostradamus v1.1.1
9
- github.com/elliotchance/orderedmap/v2 v2.2 .0
8
+ buf.build/gen/go/getstrm/pace/grpc/go v1.5.1 -20240129161937-d5ced9c85c25.2
9
+ buf.build/gen/go/getstrm/pace/protocolbuffers/go v1.36.5 -20240129161937-d5ced9c85c25.1
10
+ github.com/bykof/gostradamus v1.1.2
11
+ github.com/elliotchance/orderedmap/v2 v2.7 .0
10
12
github.com/google/uuid v1.6.0
11
- github.com/jedib0t/go-pretty/v6 v6.5.9
13
+ github.com/jedib0t/go-pretty/v6 v6.6.6
12
14
github.com/lithammer/dedent v1.1.0
13
- github.com/samber/lo v1.41.0
15
+ github.com/samber/lo v1.49.1
14
16
github.com/sirupsen/logrus v1.9.3
15
- github.com/spf13/cobra v1.8.1
16
- github.com/spf13/pflag v1.0.5
17
+ github.com/spf13/cobra v1.9.0
18
+ github.com/spf13/pflag v1.0.6
17
19
github.com/spf13/viper v1.19.0
18
20
github.com/xeipuuv/gojsonschema v1.2.0
19
- google.golang.org/grpc v1.64.1
20
- google.golang.org/protobuf v1.34.2
21
+ google.golang.org/grpc v1.70.0
22
+ google.golang.org/protobuf v1.36.5
21
23
gopkg.in/natefinch/lumberjack.v2 v2.2.1
22
24
gopkg.in/yaml.v3 v3.0.1
23
25
sigs.k8s.io/yaml v1.4.0
24
26
)
25
27
26
28
require (
27
- buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2 -20231115204500-e097f827e652.2 // indirect
28
- github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
29
+ buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.5 -20231115204500-e097f827e652.1 // indirect
30
+ github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
29
31
github.com/dustin/go-humanize v1.0.1 // indirect
30
32
github.com/fsnotify/fsnotify v1.7.0 // indirect
31
33
github.com/hashicorp/hcl v1.0.0 // indirect
32
34
github.com/inconshreveable/mousetrap v1.1.0 // indirect
33
35
github.com/magiconair/properties v1.8.7 // indirect
34
- github.com/mattn/go-runewidth v0.0.15 // indirect
36
+ github.com/mattn/go-runewidth v0.0.16 // indirect
35
37
github.com/mitchellh/mapstructure v1.5.0 // indirect
36
38
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
37
- github.com/rivo/uniseg v0.3.0 // indirect
39
+ github.com/rivo/uniseg v0.4.7 // indirect
38
40
github.com/russross/blackfriday/v2 v2.1.0 // indirect
39
41
github.com/sagikazarmark/locafero v0.4.0 // indirect
40
42
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -47,10 +49,10 @@ require (
47
49
go.uber.org/atomic v1.9.0 // indirect
48
50
go.uber.org/multierr v1.9.0 // indirect
49
51
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
50
- golang.org/x/net v0.26 .0 // indirect
51
- golang.org/x/sys v0.21 .0 // indirect
52
- golang.org/x/text v0.16 .0 // indirect
53
- google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
54
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
52
+ golang.org/x/net v0.32 .0 // indirect
53
+ golang.org/x/sys v0.30 .0 // indirect
54
+ golang.org/x/text v0.22 .0 // indirect
55
+ google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a // indirect
56
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
55
57
gopkg.in/ini.v1 v1.67.0 // indirect
56
58
)
0 commit comments