1
1
module pace/pace
2
2
3
- go 1.20
3
+ go 1.22
4
+
5
+ toolchain go1.23.5
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.4 -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.5
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
17
github.com/spf13/cobra v1.8.1
16
18
github.com/spf13/pflag v1.0.5
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.4
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
29
+ buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.4 -20231115204500-e097f827e652.1 // indirect
28
30
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
29
31
github.com/dustin/go-humanize v1.0.1 // indirect
30
32
github.com/fsnotify/fsnotify v1.7.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.28 .0 // indirect
54
+ golang.org/x/text v0.21 .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