Skip to content

Commit 3c3663d

Browse files
authoredSep 9, 2024
go.mod: bump golang.org/x/mod from 0.20.0 to 0.21.0 (#903)
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.20.0 to 0.21.0. - [Commits](golang/mod@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f376a7d commit 3c3663d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed
 

‎go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/meroxa/cli
22

33
go 1.21
4+
toolchain go1.22.5
45

56
require (
67
github.com/alexeyco/simpletable v0.0.0-20200730140406-5bb24159ccfb
@@ -30,7 +31,7 @@ require (
3031
github.com/meroxa/turbine-core v0.0.0-20230815153536-e0c914b74ea1
3132
github.com/stretchr/testify v1.9.0
3233
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
3435
google.golang.org/protobuf v1.34.2
3536
)
3637

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
139139
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=
140140
golang.org/x/exp v0.0.0-20230905200255-921286631fa9/go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k=
141141
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=
144144
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
145145
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
146146
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=

‎vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ golang.org/x/exp/slices
208208
golang.org/x/exp/slog
209209
golang.org/x/exp/slog/internal
210210
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
213213
golang.org/x/mod/semver
214214
# golang.org/x/net v0.23.0
215215
## explicit; go 1.18

0 commit comments

Comments
 (0)
Please sign in to comment.