File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ require (
8686 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8787 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
8888 github.com/distribution/reference v0.6.0 // indirect
89+ github.com/dlclark/regexp2/v2 v2.1.0 // indirect
8990 github.com/docker/docker v28.5.1+incompatible // indirect
9091 github.com/docker/go-connections v0.6.0 // indirect
9192 github.com/docker/go-units v0.5.0 // indirect
@@ -155,6 +156,7 @@ require (
155156 github.com/testcontainers/testcontainers-go v0.40.0 // indirect
156157 github.com/tidwall/match v1.1.1 // indirect
157158 github.com/tidwall/pretty v1.2.0 // indirect
159+ github.com/tiktoken-go/tokenizer v0.8.0 // indirect
158160 github.com/tklauser/go-sysconf v0.3.12 // indirect
159161 github.com/tklauser/numcpus v0.6.1 // indirect
160162 github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/r
108108github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f /go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc =
109109github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
110110github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
111+ github.com/dlclark/regexp2/v2 v2.1.0 h1:jHXRmHRZGbuQzDZjMlCAXOvQb75iv3HyLDzXGj5H1AY =
112+ github.com/dlclark/regexp2/v2 v2.1.0 /go.mod h1:Bz5TMy5d8fPK0ximH0Yi9KvsRHNnvXqUx9XG6a4wB+I =
111113github.com/docker/docker v28.5.1+incompatible h1:Bm8DchhSD2J6PsFzxC35TZo4TLGR2PdW/E69rU45NhM =
112114github.com/docker/docker v28.5.1+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
113115github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94 =
@@ -360,6 +362,8 @@ github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=
360362github.com/tidwall/pretty v1.2.0 /go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU =
361363github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY =
362364github.com/tidwall/sjson v1.2.5 /go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28 =
365+ github.com/tiktoken-go/tokenizer v0.8.0 h1:drHWno2Zx3eAm/hk/LmvBKXPpSImB7BRyh/ru4+3Q7Y =
366+ github.com/tiktoken-go/tokenizer v0.8.0 /go.mod h1:pTmPz4r14MV3JkUGAmAcdLdYhSxN68MCjrP+EoxBdx0 =
363367github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU =
364368github.com/tklauser/go-sysconf v0.3.12 /go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI =
365369github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk =
You can’t perform that action at this time.
0 commit comments