File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/meroxa/cli
2
2
3
3
go 1.21
4
+ toolchain go1.22.5
4
5
5
6
require (
6
7
github.com/alexeyco/simpletable v0.0.0-20200730140406-5bb24159ccfb
@@ -30,7 +31,7 @@ require (
30
31
github.com/meroxa/turbine-core v0.0.0-20230815153536-e0c914b74ea1
31
32
github.com/stretchr/testify v1.9.0
32
33
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
33
- golang.org/x/mod v0.20 .0
34
+ golang.org/x/mod v0.21 .0
34
35
google.golang.org/protobuf v1.34.2
35
36
)
36
37
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
139
139
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g =
140
140
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 /go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k =
141
141
golang.org/x/mod v0.4.2 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
142
- golang.org/x/mod v0.20 .0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0 =
143
- golang.org/x/mod v0.20 .0 /go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c =
142
+ golang.org/x/mod v0.21 .0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0 =
143
+ golang.org/x/mod v0.21 .0 /go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY =
144
144
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
145
145
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
146
146
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 /go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM =
Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ golang.org/x/exp/slices
208
208
golang.org/x/exp/slog
209
209
golang.org/x/exp/slog/internal
210
210
golang.org/x/exp/slog/internal/buffer
211
- # golang.org/x/mod v0.20 .0
212
- ## explicit; go 1.18
211
+ # golang.org/x/mod v0.21 .0
212
+ ## explicit; go 1.22.0
213
213
golang.org/x/mod/semver
214
214
# golang.org/x/net v0.23.0
215
215
## explicit; go 1.18
You can’t perform that action at this time.
0 commit comments