Skip to content

Commit 81cef17

Browse files
authored
Update dependencies in opensource repo (#532)
## Summary Update as many dependencies as possible across Go modules in opensource repo. ## How was it tested? devbox run test ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent c531c73 commit 81cef17

File tree

16 files changed

+235
-192
lines changed

16 files changed

+235
-192
lines changed

aisdk/ai/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ require (
2222
github.com/tidwall/match v1.1.1 // indirect
2323
github.com/tidwall/pretty v1.2.1 // indirect
2424
github.com/tidwall/sjson v1.2.5 // indirect
25-
golang.org/x/sys v0.31.0 // indirect
26-
golang.org/x/text v0.23.0 // indirect
27-
gopkg.in/dnaeon/go-vcr.v4 v4.0.2 // indirect
25+
golang.org/x/sys v0.34.0 // indirect
26+
golang.org/x/text v0.27.0 // indirect
27+
gopkg.in/dnaeon/go-vcr.v4 v4.0.4 // indirect
2828
gopkg.in/yaml.v3 v3.0.1 // indirect
2929
)

aisdk/ai/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ go.jetify.com/pkg v0.0.0-20250709180804-ea4301dbbaab/go.mod h1:2r1FtNjpIrGnv7BOh
3838
go.jetify.com/sse v0.0.0-20250521180548-aeb6bc6de065 h1:qIfcJxr3QZG+bNZTONXjENzrsR3SeM7rP+hvpe9RFOE=
3939
go.jetify.com/sse v0.0.0-20250521180548-aeb6bc6de065/go.mod h1:zFADPn3Z0aZJe3+PbArGMGwe3oTwHxPZIwNILoRCmU8=
4040
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
41-
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
42-
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
43-
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
44-
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
41+
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
42+
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
43+
golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=
44+
golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU=
4545
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
4646
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
4747
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
48-
gopkg.in/dnaeon/go-vcr.v4 v4.0.2 h1:7T5VYf2ifyK01ETHbJPl5A6XTpUljD4Trw3GEDcdedk=
49-
gopkg.in/dnaeon/go-vcr.v4 v4.0.2/go.mod h1:65yxh9goQVrudqofKtHA4JNFWd6XZRkWfKN4YpMx7KI=
48+
gopkg.in/dnaeon/go-vcr.v4 v4.0.4 h1:UNc8d1Ya2otEOU3DoUgnSLp0tXvBNE0FuFe86Nnzcbw=
49+
gopkg.in/dnaeon/go-vcr.v4 v4.0.4/go.mod h1:65yxh9goQVrudqofKtHA4JNFWd6XZRkWfKN4YpMx7KI=
5050
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
5151
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

envsec/go.mod

Lines changed: 40 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,47 @@ go 1.24.0
55
require (
66
connectrpc.com/connect v1.18.1
77
github.com/AlecAivazis/survey/v2 v2.3.7
8-
github.com/MakeNowJust/heredoc v1.0.0
9-
github.com/aws/aws-sdk-go-v2 v1.36.3
10-
github.com/aws/aws-sdk-go-v2/config v1.29.9
11-
github.com/aws/aws-sdk-go-v2/credentials v1.17.62
12-
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.29.2
13-
github.com/aws/aws-sdk-go-v2/service/ssm v1.57.2
14-
github.com/aws/smithy-go v1.22.3
15-
github.com/charmbracelet/lipgloss v1.0.0
8+
github.com/MakeNowJust/heredoc/v2 v2.0.1
9+
github.com/aws/aws-sdk-go-v2 v1.36.5
10+
github.com/aws/aws-sdk-go-v2/config v1.29.17
11+
github.com/aws/aws-sdk-go-v2/credentials v1.17.70
12+
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.29.6
13+
github.com/aws/aws-sdk-go-v2/service/ssm v1.60.0
14+
github.com/aws/smithy-go v1.22.4
15+
github.com/charmbracelet/lipgloss v1.1.0
1616
github.com/fatih/color v1.18.0
1717
github.com/hashicorp/go-multierror v1.1.1
1818
github.com/joho/godotenv v1.5.1
1919
github.com/muesli/termenv v0.16.0
20-
github.com/olekukonko/tablewriter v0.0.5
20+
github.com/olekukonko/tablewriter v1.0.8
2121
github.com/pkg/errors v0.9.1
22-
github.com/samber/lo v1.49.1
22+
github.com/samber/lo v1.51.0
2323
github.com/spf13/cobra v1.9.1
2424
go.jetify.com/pkg v0.0.0-20250709180804-ea4301dbbaab
25-
golang.org/x/text v0.23.0
25+
golang.org/x/text v0.27.0
2626
)
2727

2828
require (
29-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
30-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
31-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
29+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32 // indirect
30+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
31+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
3232
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
33-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
34-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
35-
github.com/aws/aws-sdk-go-v2/service/sso v1.25.1 // indirect
36-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.1 // indirect
37-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17 // indirect
33+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
34+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
35+
github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 // indirect
36+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3 // indirect
37+
github.com/aws/aws-sdk-go-v2/service/sts v1.34.0 // indirect
3838
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
39-
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
40-
github.com/charmbracelet/x/ansi v0.8.0 // indirect
41-
github.com/coreos/go-oidc/v3 v3.12.0 // indirect
42-
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
39+
github.com/bmatcuk/doublestar/v4 v4.9.0 // indirect
40+
github.com/charmbracelet/colorprofile v0.3.1 // indirect
41+
github.com/charmbracelet/x/ansi v0.9.3 // indirect
42+
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
43+
github.com/charmbracelet/x/term v0.2.1 // indirect
44+
github.com/coreos/go-oidc/v3 v3.14.1 // indirect
45+
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
4346
github.com/creack/pty v1.1.24 // indirect
4447
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
45-
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
48+
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
4649
github.com/gofrs/uuid/v5 v5.3.2 // indirect
4750
github.com/google/renameio/v2 v2.0.0 // indirect
4851
github.com/gosimple/slug v1.15.0 // indirect
@@ -51,23 +54,26 @@ require (
5154
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02 // indirect
5255
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5356
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
57+
github.com/kr/text v0.2.0 // indirect
5458
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
5559
github.com/mattn/go-colorable v0.1.14 // indirect
5660
github.com/mattn/go-isatty v0.0.20 // indirect
5761
github.com/mattn/go-runewidth v0.0.16 // indirect
5862
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
59-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
63+
github.com/olekukonko/errors v1.1.0 // indirect
64+
github.com/olekukonko/ll v0.0.9 // indirect
65+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
6066
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
6167
github.com/rivo/uniseg v0.4.7 // indirect
6268
github.com/russross/blackfriday/v2 v2.1.0 // indirect
63-
github.com/spf13/pflag v1.0.6 // indirect
64-
github.com/tailscale/hujson v0.0.0-20250226034555-ec1d1c113d33 // indirect
65-
go.jetify.com/typeid v1.3.1-0.20250708200829-05dce5112f3d // indirect
66-
go.jetify.com/typeid/v2 v2.0.0-alpha.2 // indirect
67-
golang.org/x/crypto v0.36.0 // indirect
68-
golang.org/x/oauth2 v0.28.0 // indirect
69-
golang.org/x/sys v0.31.0 // indirect
70-
golang.org/x/term v0.30.0 // indirect
71-
google.golang.org/protobuf v1.36.5 // indirect
69+
github.com/spf13/pflag v1.0.7 // indirect
70+
github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a // indirect
71+
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
72+
go.jetify.com/typeid/v2 v2.0.0-alpha.3 // indirect
73+
golang.org/x/crypto v0.40.0 // indirect
74+
golang.org/x/oauth2 v0.30.0 // indirect
75+
golang.org/x/sys v0.34.0 // indirect
76+
golang.org/x/term v0.33.0 // indirect
77+
google.golang.org/protobuf v1.36.6 // indirect
7278
gopkg.in/yaml.v3 v3.0.1 // indirect
7379
)

0 commit comments

Comments
 (0)