Skip to content

Commit b436b5f

Browse files
fix(deps): bump the external group across 1 directory with 9 updates
Bumps the external group with 6 updates in the /otdfctl directory: | Package | From | To | | --- | --- | --- | | [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) | `0.21.1-0.20250623103423-23b8fd6302d7` | `1.0.0` | | [github.com/charmbracelet/glamour](https://github.com/charmbracelet/glamour) | `0.10.0` | `1.0.0` | | [github.com/charmbracelet/huh](https://github.com/charmbracelet/huh) | `0.8.0` | `1.0.0` | | [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.3.0` | `5.3.1` | | [github.com/zitadel/oidc/v3](https://github.com/zitadel/oidc) | `3.45.1` | `3.47.5` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.79.3` | `1.80.0` | Updates `github.com/charmbracelet/bubbles` from 0.21.1-0.20250623103423-23b8fd6302d7 to 1.0.0 - [Release notes](https://github.com/charmbracelet/bubbles/releases) - [Commits](https://github.com/charmbracelet/bubbles/commits/v1.0.0) Updates `github.com/charmbracelet/glamour` from 0.10.0 to 1.0.0 - [Release notes](https://github.com/charmbracelet/glamour/releases) - [Commits](charmbracelet/glamour@v0.10.0...v1.0.0) Updates `github.com/charmbracelet/huh` from 0.8.0 to 1.0.0 - [Release notes](https://github.com/charmbracelet/huh/releases) - [Commits](charmbracelet/huh@v0.8.0...v1.0.0) Updates `github.com/golang-jwt/jwt/v5` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Commits](golang-jwt/jwt@v5.3.0...v5.3.1) Updates `github.com/zitadel/oidc/v3` from 3.45.1 to 3.47.5 - [Release notes](https://github.com/zitadel/oidc/releases) - [Commits](zitadel/oidc@v3.45.1...v3.47.5) Updates `golang.org/x/oauth2` from 0.35.0 to 0.36.0 - [Commits](golang/oauth2@v0.35.0...v0.36.0) Updates `golang.org/x/term` from 0.40.0 to 0.41.0 - [Commits](golang/term@v0.40.0...v0.41.0) Updates `google.golang.org/grpc` from 1.79.3 to 1.80.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.79.3...v1.80.0) Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11 --- updated-dependencies: - dependency-name: github.com/charmbracelet/bubbles dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: external - dependency-name: github.com/charmbracelet/glamour dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: external - dependency-name: github.com/charmbracelet/huh dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: external - dependency-name: github.com/golang-jwt/jwt/v5 dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external - dependency-name: github.com/zitadel/oidc/v3 dependency-version: 3.47.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: external - dependency-name: golang.org/x/oauth2 dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: external - dependency-name: golang.org/x/term dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: external - dependency-name: google.golang.org/grpc dependency-version: 1.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: external - dependency-name: google.golang.org/protobuf dependency-version: 1.36.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d98418b commit b436b5f

2 files changed

Lines changed: 112 additions & 106 deletions

File tree

otdfctl/go.mod

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ toolchain go1.25.9
66

77
require (
88
github.com/adrg/frontmatter v0.2.0
9-
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7
9+
github.com/charmbracelet/bubbles v1.0.0
1010
github.com/charmbracelet/bubbletea v1.3.10
11-
github.com/charmbracelet/glamour v0.10.0
12-
github.com/charmbracelet/huh v0.8.0
11+
github.com/charmbracelet/glamour v1.0.0
12+
github.com/charmbracelet/huh v1.0.0
1313
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
1414
github.com/evertras/bubble-table v0.19.2
1515
github.com/gabriel-vasile/mimetype v1.4.13
1616
github.com/go-jose/go-jose/v3 v3.0.5
17-
github.com/golang-jwt/jwt/v5 v5.3.0
17+
github.com/golang-jwt/jwt/v5 v5.3.1
1818
github.com/google/uuid v1.6.0
1919
github.com/jrschumacher/go-osprofiles v0.0.0-20251201220924-3d077c5481e5
2020
github.com/opentdf/platform/lib/flattening v0.1.3
@@ -24,11 +24,11 @@ require (
2424
github.com/opentdf/platform/sdk v0.17.0
2525
github.com/spf13/cobra v1.10.2
2626
github.com/stretchr/testify v1.11.1
27-
github.com/zitadel/oidc/v3 v3.45.1
28-
golang.org/x/oauth2 v0.35.0
29-
golang.org/x/term v0.40.0
30-
google.golang.org/grpc v1.79.3
31-
google.golang.org/protobuf v1.36.10
27+
github.com/zitadel/oidc/v3 v3.47.5
28+
golang.org/x/oauth2 v0.36.0
29+
golang.org/x/term v0.41.0
30+
google.golang.org/grpc v1.80.0
31+
google.golang.org/protobuf v1.36.11
3232
)
3333

3434
require (
@@ -37,22 +37,25 @@ require (
3737
connectrpc.com/connect v1.19.1 // indirect
3838
github.com/BurntSushi/toml v0.3.1 // indirect
3939
github.com/Masterminds/semver/v3 v3.4.0 // indirect
40-
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
40+
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
4141
github.com/atotto/clipboard v0.1.4 // indirect
4242
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
4343
github.com/aymerick/douceur v0.2.0 // indirect
4444
github.com/catppuccin/go v0.3.0 // indirect
4545
github.com/cespare/xxhash/v2 v2.3.0 // indirect
46-
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
47-
github.com/charmbracelet/x/ansi v0.10.1 // indirect
48-
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
46+
github.com/charmbracelet/colorprofile v0.4.1 // indirect
47+
github.com/charmbracelet/x/ansi v0.11.6 // indirect
48+
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
4949
github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf // indirect
5050
github.com/charmbracelet/x/exp/strings v0.0.0-20240722160745-212f7b056ed0 // indirect
51-
github.com/charmbracelet/x/term v0.2.1 // indirect
51+
github.com/charmbracelet/x/term v0.2.2 // indirect
52+
github.com/clipperhouse/displaywidth v0.9.0 // indirect
53+
github.com/clipperhouse/stringish v0.1.1 // indirect
54+
github.com/clipperhouse/uax29/v2 v2.5.0 // indirect
5255
github.com/danieljoos/wincred v1.2.2 // indirect
5356
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5457
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
55-
github.com/dlclark/regexp2 v1.11.0 // indirect
58+
github.com/dlclark/regexp2 v1.11.5 // indirect
5659
github.com/dustin/go-humanize v1.0.1 // indirect
5760
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
5861
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
@@ -72,10 +75,10 @@ require (
7275
github.com/lestrrat-go/iter v1.0.2 // indirect
7376
github.com/lestrrat-go/jwx/v2 v2.1.6 // indirect
7477
github.com/lestrrat-go/option v1.0.1 // indirect
75-
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
78+
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
7679
github.com/mattn/go-isatty v0.0.20 // indirect
7780
github.com/mattn/go-localereader v0.0.1 // indirect
78-
github.com/mattn/go-runewidth v0.0.16 // indirect
81+
github.com/mattn/go-runewidth v0.0.19 // indirect
7982
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
8083
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
8184
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
@@ -87,28 +90,28 @@ require (
8790
github.com/rivo/uniseg v0.4.7 // indirect
8891
github.com/sahilm/fuzzy v0.1.1 // indirect
8992
github.com/segmentio/asm v1.2.0 // indirect
90-
github.com/sirupsen/logrus v1.9.3 // indirect
93+
github.com/sirupsen/logrus v1.9.4 // indirect
9194
github.com/spf13/pflag v1.0.9 // indirect
9295
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
9396
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
9497
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
9598
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
96-
github.com/yuin/goldmark v1.7.8 // indirect
97-
github.com/yuin/goldmark-emoji v1.0.5 // indirect
99+
github.com/yuin/goldmark v1.7.13 // indirect
100+
github.com/yuin/goldmark-emoji v1.0.6 // indirect
98101
github.com/zalando/go-keyring v0.2.6 // indirect
99-
github.com/zitadel/logging v0.6.2 // indirect
100-
github.com/zitadel/schema v1.3.1 // indirect
102+
github.com/zitadel/logging v0.7.0 // indirect
103+
github.com/zitadel/schema v1.3.2 // indirect
101104
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
102-
go.opentelemetry.io/otel v1.41.0 // indirect
103-
go.opentelemetry.io/otel/metric v1.41.0 // indirect
104-
go.opentelemetry.io/otel/trace v1.41.0 // indirect
105-
golang.org/x/crypto v0.48.0 // indirect
105+
go.opentelemetry.io/otel v1.43.0 // indirect
106+
go.opentelemetry.io/otel/metric v1.43.0 // indirect
107+
go.opentelemetry.io/otel/trace v1.43.0 // indirect
108+
golang.org/x/crypto v0.49.0 // indirect
106109
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
107-
golang.org/x/net v0.51.0 // indirect
108-
golang.org/x/sys v0.41.0 // indirect
109-
golang.org/x/text v0.34.0 // indirect
110-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
111-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
110+
golang.org/x/net v0.52.0 // indirect
111+
golang.org/x/sys v0.42.0 // indirect
112+
golang.org/x/text v0.36.0 // indirect
113+
google.golang.org/genproto/googleapis/api v0.0.0-20260120221211-b8f7ae30c516 // indirect
114+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
112115
gopkg.in/yaml.v2 v2.4.0 // indirect
113116
gopkg.in/yaml.v3 v3.0.1 // indirect
114117
)

0 commit comments

Comments
 (0)