Skip to content

Commit c97bb1e

Browse files
fix(deps): bump the external group across 1 directory with 8 updates
Bumps the external group with 7 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/evertras/bubble-table](https://github.com/evertras/bubble-table) | `0.19.2` | `0.22.3` | | [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.9` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.81.1` | `1.82.1` | 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/evertras/bubble-table` from 0.19.2 to 0.22.3 - [Release notes](https://github.com/evertras/bubble-table/releases) - [Commits](Evertras/bubble-table@v0.19.2...v0.22.3) 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.9 - [Release notes](https://github.com/zitadel/oidc/releases) - [Commits](zitadel/oidc@v3.45.1...v3.47.9) Updates `golang.org/x/term` from 0.43.0 to 0.44.0 - [Commits](golang/term@v0.43.0...v0.44.0) Updates `google.golang.org/grpc` from 1.81.1 to 1.82.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.81.1...v1.82.1) --- 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/evertras/bubble-table dependency-version: 0.22.3 dependency-type: direct:production update-type: version-update:semver-minor 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/term dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: external - dependency-name: google.golang.org/grpc dependency-version: 1.82.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: external ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21e95e0 commit c97bb1e

2 files changed

Lines changed: 124 additions & 102 deletions

File tree

otdfctl/go.mod

Lines changed: 38 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ go 1.25.0
44

55
require (
66
github.com/adrg/frontmatter v0.2.0
7-
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7
7+
github.com/charmbracelet/bubbles v1.0.0
88
github.com/charmbracelet/bubbletea v1.3.10
9-
github.com/charmbracelet/glamour v0.10.0
10-
github.com/charmbracelet/huh v0.8.0
9+
github.com/charmbracelet/glamour v1.0.0
10+
github.com/charmbracelet/huh v1.0.0
1111
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
12-
github.com/evertras/bubble-table v0.19.2
12+
github.com/evertras/bubble-table v0.22.3
1313
github.com/gabriel-vasile/mimetype v1.4.13
1414
github.com/go-jose/go-jose/v3 v3.0.5
15-
github.com/golang-jwt/jwt/v5 v5.3.0
15+
github.com/golang-jwt/jwt/v5 v5.3.1
1616
github.com/google/uuid v1.6.0
1717
github.com/jrschumacher/go-osprofiles v0.0.0-20251201220924-3d077c5481e5
1818
github.com/opentdf/platform/lib/flattening v0.1.3
@@ -22,36 +22,44 @@ require (
2222
github.com/opentdf/platform/sdk v0.25.0
2323
github.com/spf13/cobra v1.10.2
2424
github.com/stretchr/testify v1.11.1
25-
github.com/zitadel/oidc/v3 v3.45.1
25+
github.com/zitadel/oidc/v3 v3.47.9
2626
golang.org/x/oauth2 v0.36.0
27-
golang.org/x/term v0.43.0
28-
google.golang.org/grpc v1.81.1
27+
golang.org/x/term v0.44.0
28+
google.golang.org/grpc v1.82.1
2929
google.golang.org/protobuf v1.36.11
3030
)
3131

3232
require (
3333
al.essio.dev/pkg/shellescape v1.5.1 // indirect
3434
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260415201107-50325440f8f2.1 // indirect
35+
charm.land/bubbles/v2 v2.1.0 // indirect
36+
charm.land/bubbletea/v2 v2.0.5 // indirect
37+
charm.land/lipgloss/v2 v2.0.3 // indirect
3538
connectrpc.com/connect v1.20.0 // indirect
3639
github.com/BurntSushi/toml v0.3.1 // indirect
3740
github.com/Masterminds/semver/v3 v3.5.0 // indirect
38-
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
41+
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
3942
github.com/atotto/clipboard v0.1.4 // indirect
4043
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
4144
github.com/aymerick/douceur v0.2.0 // indirect
4245
github.com/catppuccin/go v0.3.0 // indirect
4346
github.com/cespare/xxhash/v2 v2.3.0 // indirect
44-
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
45-
github.com/charmbracelet/x/ansi v0.10.1 // indirect
46-
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
47+
github.com/charmbracelet/colorprofile v0.4.3 // indirect
48+
github.com/charmbracelet/ultraviolet v0.0.0-20260413211237-bd52878bcec2 // indirect
49+
github.com/charmbracelet/x/ansi v0.11.7 // indirect
50+
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
4751
github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf // indirect
4852
github.com/charmbracelet/x/exp/strings v0.0.0-20240722160745-212f7b056ed0 // indirect
49-
github.com/charmbracelet/x/term v0.2.1 // indirect
53+
github.com/charmbracelet/x/term v0.2.2 // indirect
54+
github.com/charmbracelet/x/termios v0.1.1 // indirect
55+
github.com/charmbracelet/x/windows v0.2.2 // indirect
56+
github.com/clipperhouse/displaywidth v0.11.0 // indirect
57+
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
5058
github.com/cloudflare/circl v1.6.3 // indirect
5159
github.com/danieljoos/wincred v1.2.2 // indirect
5260
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5361
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
54-
github.com/dlclark/regexp2 v1.11.0 // indirect
62+
github.com/dlclark/regexp2 v1.11.5 // indirect
5563
github.com/dustin/go-humanize v1.0.1 // indirect
5664
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
5765
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
@@ -70,10 +78,10 @@ require (
7078
github.com/lestrrat-go/iter v1.0.2 // indirect
7179
github.com/lestrrat-go/jwx/v2 v2.1.6 // indirect
7280
github.com/lestrrat-go/option v1.0.1 // indirect
73-
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
81+
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
7482
github.com/mattn/go-isatty v0.0.20 // indirect
7583
github.com/mattn/go-localereader v0.0.1 // indirect
76-
github.com/mattn/go-runewidth v0.0.16 // indirect
84+
github.com/mattn/go-runewidth v0.0.23 // indirect
7785
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
7886
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
7987
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
@@ -85,27 +93,28 @@ require (
8593
github.com/rivo/uniseg v0.4.7 // indirect
8694
github.com/sahilm/fuzzy v0.1.1 // indirect
8795
github.com/segmentio/asm v1.2.0 // indirect
88-
github.com/sirupsen/logrus v1.9.3 // indirect
96+
github.com/sirupsen/logrus v1.9.4 // indirect
8997
github.com/spf13/pflag v1.0.9 // indirect
9098
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
9199
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
92100
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
93101
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
94-
github.com/yuin/goldmark v1.7.8 // indirect
95-
github.com/yuin/goldmark-emoji v1.0.5 // indirect
102+
github.com/yuin/goldmark v1.7.13 // indirect
103+
github.com/yuin/goldmark-emoji v1.0.6 // indirect
96104
github.com/zalando/go-keyring v0.2.6 // indirect
97-
github.com/zitadel/logging v0.6.2 // indirect
98-
github.com/zitadel/schema v1.3.1 // indirect
105+
github.com/zitadel/logging v0.7.0 // indirect
106+
github.com/zitadel/schema v1.3.2 // indirect
99107
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
100-
go.opentelemetry.io/otel v1.43.0 // indirect
101-
go.opentelemetry.io/otel/metric v1.43.0 // indirect
102-
go.opentelemetry.io/otel/trace v1.43.0 // indirect
103-
golang.org/x/crypto v0.52.0 // indirect
108+
go.opentelemetry.io/otel v1.44.0 // indirect
109+
go.opentelemetry.io/otel/metric v1.44.0 // indirect
110+
go.opentelemetry.io/otel/trace v1.44.0 // indirect
111+
golang.org/x/crypto v0.53.0 // indirect
104112
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
105-
golang.org/x/net v0.54.0 // indirect
106-
golang.org/x/sys v0.45.0 // indirect
107-
golang.org/x/text v0.37.0 // indirect
108-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
113+
golang.org/x/net v0.55.0 // indirect
114+
golang.org/x/sync v0.22.0 // indirect
115+
golang.org/x/sys v0.46.0 // indirect
116+
golang.org/x/text v0.40.0 // indirect
117+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect
109118
gopkg.in/yaml.v2 v2.4.0 // indirect
110119
gopkg.in/yaml.v3 v3.0.1 // indirect
111120
)

0 commit comments

Comments
 (0)