Skip to content

Commit 98e6ea9

Browse files
Update Internal Dependencies (#577)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: ipince <1203781+ipince@users.noreply.github.com>
1 parent 9eb77a6 commit 98e6ea9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

aisdk/ai/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/openai/openai-go/v2 v2.1.0
1010
github.com/stretchr/testify v1.10.0
1111
github.com/tidwall/gjson v1.18.0
12-
go.jetify.com/pkg v0.0.0-20251107185106-c5933c726281
12+
go.jetify.com/pkg v0.0.0-20251107190536-8bfcb265d745
1313
go.jetify.com/sse v0.1.0
1414
)
1515

aisdk/ai/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ github.com/tidwall/pretty v1.2.1 h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=
3737
github.com/tidwall/pretty v1.2.1/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
3838
github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=
3939
github.com/tidwall/sjson v1.2.5/go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28=
40-
go.jetify.com/pkg v0.0.0-20251107185106-c5933c726281 h1:ffpCzAEDI7fVMReGWnBn1Kx7eze2ZGl4+eMFl3SdBG8=
41-
go.jetify.com/pkg v0.0.0-20251107185106-c5933c726281/go.mod h1:vwc4lAlXM1mO3rwEW9/bUL54C3/JHlpnsOMgsxePuEY=
40+
go.jetify.com/pkg v0.0.0-20251107190536-8bfcb265d745 h1:ApPmaFGTihVsgPNdbiqs9qFMJQZ98Bb7kOKrSB/Pm30=
41+
go.jetify.com/pkg v0.0.0-20251107190536-8bfcb265d745/go.mod h1:vwc4lAlXM1mO3rwEW9/bUL54C3/JHlpnsOMgsxePuEY=
4242
go.jetify.com/sse v0.1.0 h1:zLIT5XFlUVuTl68bHalpFDYbfSfXJPkmAbtmBqIHl2Q=
4343
go.jetify.com/sse v0.1.0/go.mod h1:zFADPn3Z0aZJe3+PbArGMGwe3oTwHxPZIwNILoRCmU8=
4444
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

envsec/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/pkg/errors v0.9.1
2222
github.com/samber/lo v1.51.0
2323
github.com/spf13/cobra v1.9.1
24-
go.jetify.com/pkg v0.0.0-20251107185106-c5933c726281
24+
go.jetify.com/pkg v0.0.0-20251107190536-8bfcb265d745
2525
golang.org/x/text v0.28.0
2626
)
2727

envsec/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a/go.mod h1:EbW0wDK
148148
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=
149149
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=
150150
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
151-
go.jetify.com/pkg v0.0.0-20251107185106-c5933c726281 h1:ffpCzAEDI7fVMReGWnBn1Kx7eze2ZGl4+eMFl3SdBG8=
152-
go.jetify.com/pkg v0.0.0-20251107185106-c5933c726281/go.mod h1:vwc4lAlXM1mO3rwEW9/bUL54C3/JHlpnsOMgsxePuEY=
151+
go.jetify.com/pkg v0.0.0-20251107190536-8bfcb265d745 h1:ApPmaFGTihVsgPNdbiqs9qFMJQZ98Bb7kOKrSB/Pm30=
152+
go.jetify.com/pkg v0.0.0-20251107190536-8bfcb265d745/go.mod h1:vwc4lAlXM1mO3rwEW9/bUL54C3/JHlpnsOMgsxePuEY=
153153
go.jetify.com/typeid/v2 v2.0.0-alpha.3 h1:T6RPx6bNl10lp0JN2Xz/XcgLZWSlVmL58Xqy9cgTCcc=
154154
go.jetify.com/typeid/v2 v2.0.0-alpha.3/go.mod h1:zfD1ZDHDJNgXZANsO9jDOD81XRRQ0zAOnDBEHmIV/Gw=
155155
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=

0 commit comments

Comments
 (0)