Skip to content

Commit 441ba8b

Browse files
authored
chore: update go deps (#4901)
1 parent dcbddb0 commit 441ba8b

File tree

4 files changed

+106
-106
lines changed

4 files changed

+106
-106
lines changed

apps/cli/go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ go 1.24.2
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7
7-
github.com/evanw/esbuild v0.25.3
7+
github.com/evanw/esbuild v0.25.5
88
github.com/spf13/cobra v1.9.1
99
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
10-
github.com/thecloudmasters/uesio v0.9.0
10+
github.com/thecloudmasters/uesio v0.12.0
1111
)
1212

1313
require (
@@ -19,7 +19,7 @@ require (
1919
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2020
github.com/jackc/pgpassfile v1.0.0 // indirect
2121
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
22-
github.com/jackc/pgx/v5 v5.7.4 // indirect
22+
github.com/jackc/pgx/v5 v5.7.5 // indirect
2323
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
2424
github.com/kr/pretty v0.3.1 // indirect
2525
github.com/mattn/go-colorable v0.1.14 // indirect
@@ -33,11 +33,11 @@ require (
3333
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
3434
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
3535
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
36-
golang.org/x/crypto v0.37.0 // indirect
37-
golang.org/x/sync v0.13.0 // indirect
38-
golang.org/x/sys v0.32.0 // indirect
39-
golang.org/x/term v0.31.0 // indirect
40-
golang.org/x/text v0.24.0 // indirect
36+
golang.org/x/crypto v0.38.0 // indirect
37+
golang.org/x/sync v0.14.0 // indirect
38+
golang.org/x/sys v0.33.0 // indirect
39+
golang.org/x/term v0.32.0 // indirect
40+
golang.org/x/text v0.25.0 // indirect
4141
gopkg.in/yaml.v3 v3.0.1 // indirect
4242
)
4343

apps/cli/go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
3030
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
3131
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3232
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
33-
github.com/evanw/esbuild v0.25.3 h1:4JKyUsm/nHDhpxis4IyWXAi8GiyTwG1WdEp6OhGVE8U=
34-
github.com/evanw/esbuild v0.25.3/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
33+
github.com/evanw/esbuild v0.25.5 h1:E+JpeY5S/1LFmnX1vtuZqUKT7qDVcfXdhzMhM3uIKFs=
34+
github.com/evanw/esbuild v0.25.5/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
3535
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
3636
github.com/francoispqt/gojay v1.2.13 h1:d2m3sFjloqoIUQU3TsHBgj6qg/BVGlTBeHDUmyJnXKk=
3737
github.com/francoispqt/gojay v1.2.13/go.mod h1:ehT5mTG4ua4581f1++1WLG0vPdaA9HaiDsoyrBGkyDY=
@@ -73,8 +73,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
7373
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
7474
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
7575
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
76-
github.com/jackc/pgx/v5 v5.7.4 h1:9wKznZrhWa2QiHL+NjTSPP6yjl3451BX3imWDnokYlg=
77-
github.com/jackc/pgx/v5 v5.7.4/go.mod h1:ncY89UGWxg82EykZUwSpUKEfccBGGYq1xjrOpsbsfGQ=
76+
github.com/jackc/pgx/v5 v5.7.5 h1:JHGfMnQY+IEtGM63d+NGMjoRpysB2JBwDr5fsngwmJs=
77+
github.com/jackc/pgx/v5 v5.7.5/go.mod h1:aruU7o91Tc2q2cFp5h4uP3f6ztExVpyVv88Xl/8Vl8M=
7878
github.com/jellevandenhooff/dkim v0.0.0-20150330215556-f50fe3d243e1/go.mod h1:E0B/fFc00Y+Rasa88328GlI/XbtyysCtTHZS8h7IrBU=
7979
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
8080
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
@@ -184,8 +184,8 @@ golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16/go.mod h1:6SG95UA2DQfeDnf
184184
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
185185
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
186186
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
187-
golang.org/x/crypto v0.37.0 h1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE=
188-
golang.org/x/crypto v0.37.0/go.mod h1:vg+k43peMZ0pUMhYmVAWysMK35e6ioLh3wB8ZCAfbVc=
187+
golang.org/x/crypto v0.38.0 h1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8=
188+
golang.org/x/crypto v0.38.0/go.mod h1:MvrbAqul58NNYPKnOra203SB9vpuZW0e+RRZV+Ggqjw=
189189
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
190190
golang.org/x/lint v0.0.0-20180702182130-06c8688daad7/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
191191
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
@@ -213,8 +213,8 @@ golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJ
213213
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
214214
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
215215
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
216-
golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=
217-
golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
216+
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
217+
golang.org/x/sync v0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
218218
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
219219
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
220220
golang.org/x/sys v0.0.0-20181029174526-d69651ed3497/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -227,19 +227,19 @@ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBc
227227
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
228228
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
229229
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
230-
golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=
231-
golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
230+
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
231+
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
232232
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
233233
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
234-
golang.org/x/term v0.31.0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o=
235-
golang.org/x/term v0.31.0/go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw=
234+
golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=
235+
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
236236
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
237237
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
238238
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
239239
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
240240
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
241-
golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
242-
golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=
241+
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
242+
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
243243
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
244244
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
245245
golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=

apps/platform/go.mod

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ go 1.24.2
55
require (
66
github.com/NYTimes/gziphandler v1.1.1
77
github.com/PaesslerAG/gval v1.2.4
8-
github.com/aarol/reload v1.2.0
8+
github.com/aarol/reload v1.2.2
99
github.com/aws/aws-sdk-go-v2 v1.36.3
1010
github.com/aws/aws-sdk-go-v2/config v1.29.14
1111
github.com/aws/aws-sdk-go-v2/credentials v1.17.67
12-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.74
12+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.77
1313
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.30.0
14-
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
14+
github.com/aws/aws-sdk-go-v2/service/s3 v1.80.0
1515
github.com/bigkevmcd/go-cachewrapper v0.0.0-20240507155736-346a72d92df1
1616
github.com/crewjam/saml v0.5.1
1717
github.com/dimchansky/utfbom v1.1.1
18-
github.com/dop251/goja v0.0.0-20250309171923-bcd7cc6bf64c
19-
github.com/evanw/esbuild v0.25.3
18+
github.com/dop251/goja v0.0.0-20250531102226-cb187b08699c
19+
github.com/evanw/esbuild v0.25.5
2020
github.com/fatih/color v1.18.0
2121
github.com/felixge/httpsnoop v1.0.4
2222
github.com/francoispqt/gojay v1.2.13
@@ -25,36 +25,36 @@ require (
2525
github.com/gomodule/redigo v1.9.2
2626
github.com/gorilla/mux v1.8.1
2727
github.com/icza/session v1.3.0
28-
github.com/jackc/pgx/v5 v5.7.4
28+
github.com/jackc/pgx/v5 v5.7.5
2929
github.com/patrickmn/go-cache v2.1.0+incompatible
3030
github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494
3131
github.com/robfig/cron/v3 v3.0.1
32-
github.com/sashabaranov/go-openai v1.39.0
32+
github.com/sashabaranov/go-openai v1.40.1
3333
github.com/spf13/cobra v1.9.1
3434
github.com/stretchr/testify v1.10.0
3535
github.com/stripe/stripe-go v70.15.0+incompatible
3636
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
3737
github.com/xeipuuv/gojsonschema v1.2.0
3838
github.com/zachelrath/yaml-jsonpointer v0.2.0
39-
golang.org/x/crypto v0.37.0
40-
golang.org/x/oauth2 v0.29.0
41-
golang.org/x/text v0.24.0
42-
google.golang.org/api v0.231.0
39+
golang.org/x/crypto v0.38.0
40+
golang.org/x/oauth2 v0.30.0
41+
golang.org/x/text v0.25.0
42+
google.golang.org/api v0.236.0
4343
gopkg.in/yaml.v3 v3.0.1
4444
)
4545

4646
require (
47-
cloud.google.com/go/auth v0.16.1 // indirect
47+
cloud.google.com/go/auth v0.16.2 // indirect
4848
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
49-
cloud.google.com/go/compute/metadata v0.6.0 // indirect
49+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
5050
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
5151
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
5252
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
5353
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
5454
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
5555
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
5656
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
57-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.1 // indirect
57+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect
5858
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
5959
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
6060
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect
@@ -66,16 +66,16 @@ require (
6666
github.com/davecgh/go-spew v1.1.1 // indirect
6767
github.com/dlclark/regexp2 v1.11.5 // indirect
6868
github.com/fsnotify/fsnotify v1.9.0 // indirect
69-
github.com/go-logr/logr v1.4.2 // indirect
69+
github.com/go-logr/logr v1.4.3 // indirect
7070
github.com/go-logr/stdr v1.2.2 // indirect
7171
github.com/go-openapi/jsonpointer v0.21.1 // indirect
7272
github.com/go-openapi/swag v0.23.1 // indirect
7373
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
7474
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
75-
github.com/google/pprof v0.0.0-20250423184734-337e5dd93bb4 // indirect
75+
github.com/google/pprof v0.0.0-20250602020802-c6617b811d0e // indirect
7676
github.com/google/s2a-go v0.1.9 // indirect
7777
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
78-
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
78+
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
7979
github.com/gorilla/websocket v1.5.3 // indirect
8080
github.com/hashicorp/errwrap v1.1.0 // indirect
8181
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -98,15 +98,15 @@ require (
9898
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
9999
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
100100
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
101-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
102-
go.opentelemetry.io/otel v1.35.0 // indirect
103-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
104-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
101+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
102+
go.opentelemetry.io/otel v1.36.0 // indirect
103+
go.opentelemetry.io/otel/metric v1.36.0 // indirect
104+
go.opentelemetry.io/otel/trace v1.36.0 // indirect
105105
go.uber.org/atomic v1.11.0 // indirect
106-
golang.org/x/net v0.39.0 // indirect
107-
golang.org/x/sync v0.13.0
108-
golang.org/x/sys v0.32.0 // indirect
109-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250428153025-10db94c68c34 // indirect
110-
google.golang.org/grpc v1.72.0 // indirect
106+
golang.org/x/net v0.40.0 // indirect
107+
golang.org/x/sync v0.14.0
108+
golang.org/x/sys v0.33.0 // indirect
109+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
110+
google.golang.org/grpc v1.72.2 // indirect
111111
google.golang.org/protobuf v1.36.6 // indirect
112112
)

0 commit comments

Comments
 (0)