Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 526b86e

Browse files
Bump the go_modules group across 1 directory with 8 updates
Bumps the go_modules group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.3.7` | `1.6.1` | | [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.11.0` | `5.13.0` | | [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) | `4.4.2` | `4.5.2` | | [github.com/golang/glog](https://github.com/golang/glog) | `1.1.2` | `1.2.4` | | [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) | `0.7.1` | `0.7.7` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.15.0` | `0.27.0` | Updates `github.com/cloudflare/circl` from 1.3.7 to 1.6.1 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](cloudflare/circl@v1.3.7...v1.6.1) Updates `github.com/go-git/go-git/v5` from 5.11.0 to 5.13.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.11.0...v5.13.0) Updates `github.com/golang-jwt/jwt/v4` from 4.4.2 to 4.5.2 - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v4.4.2...v4.5.2) Updates `github.com/golang/glog` from 1.1.2 to 1.2.4 - [Release notes](https://github.com/golang/glog/releases) - [Commits](golang/glog@v1.1.2...v1.2.4) Updates `github.com/hashicorp/go-retryablehttp` from 0.7.1 to 0.7.7 - [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-retryablehttp@v0.7.1...v0.7.7) Updates `golang.org/x/crypto` from 0.17.0 to 0.31.0 - [Commits](golang/crypto@v0.17.0...v0.31.0) Updates `golang.org/x/net` from 0.19.0 to 0.33.0 - [Commits](golang/net@v0.19.0...v0.33.0) Updates `golang.org/x/oauth2` from 0.15.0 to 0.27.0 - [Commits](golang/oauth2@v0.15.0...v0.27.0) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-version: 1.6.1 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.13.0 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/golang-jwt/jwt/v4 dependency-version: 4.5.2 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/golang/glog dependency-version: 1.2.4 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/hashicorp/go-retryablehttp dependency-version: 0.7.7 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.31.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.33.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e92b33e commit 526b86e

2 files changed

Lines changed: 93 additions & 100 deletions

File tree

go.mod

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pulumi/kube2pulumi
22

3-
go 1.20
3+
go 1.23.0
44

55
require (
66
github.com/goccy/go-yaml v1.11.2
@@ -10,14 +10,13 @@ require (
1010
github.com/pulumi/pulumi/sdk/v3 v3.99.0
1111
github.com/spf13/cobra v1.8.0
1212
github.com/spf13/viper v1.18.2
13-
github.com/stretchr/testify v1.8.4
14-
golang.org/x/text v0.14.0
13+
github.com/stretchr/testify v1.10.0
14+
golang.org/x/text v0.21.0
1515
)
1616

1717
require (
1818
cloud.google.com/go v0.110.10 // indirect
19-
cloud.google.com/go/compute v1.23.3 // indirect
20-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
19+
cloud.google.com/go/compute/metadata v0.3.0 // indirect
2120
cloud.google.com/go/iam v1.1.5 // indirect
2221
cloud.google.com/go/kms v1.15.5 // indirect
2322
cloud.google.com/go/logging v1.8.1 // indirect
@@ -37,7 +36,7 @@ require (
3736
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
3837
github.com/BurntSushi/toml v1.2.1 // indirect
3938
github.com/Microsoft/go-winio v0.6.1 // indirect
40-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
39+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
4140
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
4241
github.com/agext/levenshtein v1.2.3 // indirect
4342
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
@@ -65,25 +64,25 @@ require (
6564
github.com/charmbracelet/bubbletea v0.24.2 // indirect
6665
github.com/charmbracelet/lipgloss v0.7.1 // indirect
6766
github.com/cheggaaa/pb v1.0.29 // indirect
68-
github.com/cloudflare/circl v1.3.7 // indirect
67+
github.com/cloudflare/circl v1.6.1 // indirect
6968
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
70-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
69+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
7170
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7271
github.com/deckarep/golang-set/v2 v2.5.0 // indirect
7372
github.com/dimchansky/utfbom v1.1.1 // indirect
7473
github.com/djherbis/times v1.5.0 // indirect
7574
github.com/edsrzf/mmap-go v1.1.0 // indirect
7675
github.com/emirpasic/gods v1.18.1 // indirect
77-
github.com/fatih/color v1.14.1 // indirect
76+
github.com/fatih/color v1.16.0 // indirect
7877
github.com/fsnotify/fsnotify v1.7.0 // indirect
7978
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 // indirect
8079
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
81-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
82-
github.com/go-git/go-git/v5 v5.11.0 // indirect
80+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
81+
github.com/go-git/go-git/v5 v5.13.0 // indirect
8382
github.com/gofrs/uuid v4.2.0+incompatible // indirect
8483
github.com/gogo/protobuf v1.3.2 // indirect
85-
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
86-
github.com/golang/glog v1.1.2 // indirect
84+
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
85+
github.com/golang/glog v1.2.4 // indirect
8786
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8887
github.com/golang/protobuf v1.5.3 // indirect
8988
github.com/golang/snappy v0.0.4 // indirect
@@ -97,11 +96,11 @@ require (
9796
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
9897
github.com/hashicorp/errwrap v1.1.0 // indirect
9998
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
100-
github.com/hashicorp/go-hclog v1.5.0 // indirect
99+
github.com/hashicorp/go-hclog v1.6.3 // indirect
101100
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
102101
github.com/hashicorp/go-multierror v1.1.1 // indirect
103102
github.com/hashicorp/go-plugin v1.4.6 // indirect
104-
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
103+
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
105104
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
106105
github.com/hashicorp/go-secure-stdlib/mlock v0.1.2 // indirect
107106
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
@@ -123,7 +122,7 @@ require (
123122
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
124123
github.com/magiconair/properties v1.8.7 // indirect
125124
github.com/mattn/go-colorable v0.1.13 // indirect
126-
github.com/mattn/go-isatty v0.0.19 // indirect
125+
github.com/mattn/go-isatty v0.0.20 // indirect
127126
github.com/mattn/go-localereader v0.0.1 // indirect
128127
github.com/mattn/go-runewidth v0.0.15 // indirect
129128
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -162,8 +161,8 @@ require (
162161
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect
163162
github.com/segmentio/asm v1.1.3 // indirect
164163
github.com/segmentio/encoding v0.3.5 // indirect
165-
github.com/sergi/go-diff v1.3.1 // indirect
166-
github.com/skeema/knownhosts v1.2.1 // indirect
164+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
165+
github.com/skeema/knownhosts v1.3.0 // indirect
167166
github.com/sourcegraph/conc v0.3.0 // indirect
168167
github.com/spf13/afero v1.11.0 // indirect
169168
github.com/spf13/cast v1.6.0 // indirect
@@ -183,19 +182,18 @@ require (
183182
go.uber.org/multierr v1.9.0 // indirect
184183
gocloud.dev v0.27.0 // indirect
185184
gocloud.dev/secrets/hashivault v0.27.0 // indirect
186-
golang.org/x/crypto v0.17.0 // indirect
187-
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
188-
golang.org/x/mod v0.14.0 // indirect
189-
golang.org/x/net v0.19.0 // indirect
190-
golang.org/x/oauth2 v0.15.0 // indirect
191-
golang.org/x/sync v0.5.0 // indirect
192-
golang.org/x/sys v0.15.0 // indirect
193-
golang.org/x/term v0.15.0 // indirect
185+
golang.org/x/crypto v0.31.0 // indirect
186+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
187+
golang.org/x/mod v0.19.0 // indirect
188+
golang.org/x/net v0.33.0 // indirect
189+
golang.org/x/oauth2 v0.27.0 // indirect
190+
golang.org/x/sync v0.10.0 // indirect
191+
golang.org/x/sys v0.28.0 // indirect
192+
golang.org/x/term v0.27.0 // indirect
194193
golang.org/x/time v0.5.0 // indirect
195-
golang.org/x/tools v0.15.0 // indirect
194+
golang.org/x/tools v0.23.0 // indirect
196195
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
197196
google.golang.org/api v0.153.0 // indirect
198-
google.golang.org/appengine v1.6.7 // indirect
199197
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
200198
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
201199
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect

0 commit comments

Comments
 (0)