File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
module pace/pace
2
2
3
- go 1.20
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.2
4
6
5
7
require (
6
8
buf.build/gen/go/getstrm/pace/grpc/go v1.4.0-20240129161937-d5ced9c85c25.1
7
9
buf.build/gen/go/getstrm/pace/protocolbuffers/go v1.34.2-20240129161937-d5ced9c85c25.2
8
10
github.com/bykof/gostradamus v1.1.1
9
- github.com/elliotchance/orderedmap/v2 v2.2.0
11
+ github.com/elliotchance/orderedmap/v2 v2.7.0
12
+ github.com/elliotchance/orderedmap/v3 v3.1.0
10
13
github.com/google/uuid v1.6.0
11
14
github.com/jedib0t/go-pretty/v6 v6.5.9
12
15
github.com/lithammer/dedent v1.1.0
Original file line number Diff line number Diff line change @@ -1200,6 +1200,9 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
1200
1200
github.com/dustin/go-humanize v1.0.1 /go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto =
1201
1201
github.com/elliotchance/orderedmap/v2 v2.2.0 h1:7/2iwO98kYT4XkOjA9mBEIwvi4KpGB4cyHeOFOnj4Vk =
1202
1202
github.com/elliotchance/orderedmap/v2 v2.2.0 /go.mod h1:85lZyVbpGaGvHvnKa7Qhx7zncAdBIBq6u56Hb1PRU5Q =
1203
+ github.com/elliotchance/orderedmap/v2 v2.7.0 h1:WHuf0DRo63uLnldCPp9ojm3gskYwEdIIfAUVG5KhoOc =
1204
+ github.com/elliotchance/orderedmap/v2 v2.7.0 /go.mod h1:85lZyVbpGaGvHvnKa7Qhx7zncAdBIBq6u56Hb1PRU5Q =
1205
+ github.com/elliotchance/orderedmap/v3 v3.1.0 /go.mod h1:G+Hc2RwaZvJMcS4JpGCOyViCnGeKf0bTYCGTO4uhjSo =
1203
1206
github.com/envoyproxy/go-control-plane v0.9.0 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
1204
1207
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
1205
1208
github.com/envoyproxy/go-control-plane v0.9.4 /go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98 =
You can’t perform that action at this time.
0 commit comments