Skip to content

Commit 9229be3

Browse files
chore(deps): update golang dependencies
1 parent 5d8a75b commit 9229be3

File tree

2 files changed

+109
-2326
lines changed

2 files changed

+109
-2326
lines changed

go.mod

+29-32
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,53 @@
11
module pace/pace
22

3-
go 1.20
3+
go 1.23
4+
5+
toolchain go1.24.2
46

57
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.6-20240129161937-d5ced9c85c25.1
10+
github.com/bykof/gostradamus v1.1.2
11+
github.com/elliotchance/orderedmap/v2 v2.7.0
1012
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.7
1214
github.com/lithammer/dedent v1.1.0
13-
github.com/samber/lo v1.41.0
15+
github.com/samber/lo v1.49.1
1416
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/viper v1.19.0
17+
github.com/spf13/cobra v1.9.1
18+
github.com/spf13/pflag v1.0.6
19+
github.com/spf13/viper v1.20.1
1820
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.72.0
22+
google.golang.org/protobuf v1.36.6
2123
gopkg.in/natefinch/lumberjack.v2 v2.2.1
2224
gopkg.in/yaml.v3 v3.0.1
2325
sigs.k8s.io/yaml v1.4.0
2426
)
2527

2628
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.6-20231115204500-e097f827e652.1 // indirect
30+
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
2931
github.com/dustin/go-humanize v1.0.1 // indirect
30-
github.com/fsnotify/fsnotify v1.7.0 // indirect
31-
github.com/hashicorp/hcl v1.0.0 // indirect
32+
github.com/fsnotify/fsnotify v1.8.0 // indirect
33+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
3234
github.com/inconshreveable/mousetrap v1.1.0 // indirect
33-
github.com/magiconair/properties v1.8.7 // indirect
34-
github.com/mattn/go-runewidth v0.0.15 // indirect
35-
github.com/mitchellh/mapstructure v1.5.0 // indirect
36-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
37-
github.com/rivo/uniseg v0.3.0 // indirect
35+
github.com/mattn/go-runewidth v0.0.16 // indirect
36+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
37+
github.com/rivo/uniseg v0.4.7 // indirect
3838
github.com/russross/blackfriday/v2 v2.1.0 // indirect
39-
github.com/sagikazarmark/locafero v0.4.0 // indirect
40-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
39+
github.com/sagikazarmark/locafero v0.7.0 // indirect
4140
github.com/sourcegraph/conc v0.3.0 // indirect
42-
github.com/spf13/afero v1.11.0 // indirect
43-
github.com/spf13/cast v1.6.0 // indirect
41+
github.com/spf13/afero v1.12.0 // indirect
42+
github.com/spf13/cast v1.7.1 // indirect
4443
github.com/subosito/gotenv v1.6.0 // indirect
4544
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
4645
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
4746
go.uber.org/atomic v1.9.0 // indirect
4847
go.uber.org/multierr v1.9.0 // indirect
49-
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
55-
gopkg.in/ini.v1 v1.67.0 // indirect
48+
golang.org/x/net v0.35.0 // indirect
49+
golang.org/x/sys v0.30.0 // indirect
50+
golang.org/x/text v0.22.0 // indirect
51+
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
52+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
5653
)

0 commit comments

Comments
 (0)