File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/openai/openai-go v1.0.0
88 github.com/sashabaranov/go-openai v1.40.0
99 github.com/stretchr/testify v1.10.0
10- go.jetify.com/pkg v0.0.0-20250529161140-389e29497c0d
10+ go.jetify.com/pkg v0.0.0-20250602221042-f9c387a74b34
1111 go.jetify.com/sse v0.0.0-20250521180548-aeb6bc6de065
1212)
1313
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ github.com/tidwall/pretty v1.2.1 h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=
2727github.com/tidwall/pretty v1.2.1 /go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU =
2828github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY =
2929github.com/tidwall/sjson v1.2.5 /go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28 =
30- go.jetify.com/pkg v0.0.0-20250529161140-389e29497c0d h1:YCNOC135ScuxqZ6+zz9HoVovA6WRx4NiiYuP9a0P3JQ =
31- go.jetify.com/pkg v0.0.0-20250529161140-389e29497c0d /go.mod h1:RLeG6AllDXfrqSzPz77HMQSXRv2ZM2YggPzt6J4Pz9g =
30+ go.jetify.com/pkg v0.0.0-20250602221042-f9c387a74b34 h1:moNpfamWyihzycLXKQneb3DDPL5YbeXtmvmFYIn8VeM =
31+ go.jetify.com/pkg v0.0.0-20250602221042-f9c387a74b34 /go.mod h1:RLeG6AllDXfrqSzPz77HMQSXRv2ZM2YggPzt6J4Pz9g =
3232go.jetify.com/sse v0.0.0-20250521180548-aeb6bc6de065 h1:qIfcJxr3QZG+bNZTONXjENzrsR3SeM7rP+hvpe9RFOE =
3333go.jetify.com/sse v0.0.0-20250521180548-aeb6bc6de065 /go.mod h1:zFADPn3Z0aZJe3+PbArGMGwe3oTwHxPZIwNILoRCmU8 =
3434gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
2121 github.com/pkg/errors v0.9.1
2222 github.com/samber/lo v1.49.1
2323 github.com/spf13/cobra v1.9.1
24- go.jetify.com/pkg v0.0.0-20250529161140-389e29497c0d
24+ go.jetify.com/pkg v0.0.0-20250602221042-f9c387a74b34
2525 golang.org/x/text v0.23.0
2626)
2727
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf
136136github.com/tailscale/hujson v0.0.0-20250226034555-ec1d1c113d33 h1:idh63uw+gsG05HwjZsAENCG4KZfyvjK03bpjxa5qRRk =
137137github.com/tailscale/hujson v0.0.0-20250226034555-ec1d1c113d33 /go.mod h1:EbW0wDK/qEUYI0A5bqq0C2kF8JTQwWONmGDBbzsxxHo =
138138github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
139- go.jetify.com/pkg v0.0.0-20250529161140-389e29497c0d h1:YCNOC135ScuxqZ6+zz9HoVovA6WRx4NiiYuP9a0P3JQ =
140- go.jetify.com/pkg v0.0.0-20250529161140-389e29497c0d /go.mod h1:RLeG6AllDXfrqSzPz77HMQSXRv2ZM2YggPzt6J4Pz9g =
139+ go.jetify.com/pkg v0.0.0-20250602221042-f9c387a74b34 h1:moNpfamWyihzycLXKQneb3DDPL5YbeXtmvmFYIn8VeM =
140+ go.jetify.com/pkg v0.0.0-20250602221042-f9c387a74b34 /go.mod h1:RLeG6AllDXfrqSzPz77HMQSXRv2ZM2YggPzt6J4Pz9g =
141141go.jetify.com/typeid v1.3.1-0.20250402201646-5c084b871320 h1:Rs8Ay7BQ0v8YnClEge23RreCkYDO6RregLdW61/V3WY =
142142go.jetify.com/typeid v1.3.1-0.20250402201646-5c084b871320 /go.mod h1:x8vtxYf2h/0T0a4fS2K2vqVM0aBsGwkw03tal6PxK1s =
143143golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
You can’t perform that action at this time.
0 commit comments