File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.1
44
55require (
66 github.com/google/go-cmp v0.7.0
7- github.com/inftyai/llmaz v0.1.3
7+ github.com/inftyai/llmaz v0.1.4
88 k8s.io/api v0.33.1
99 k8s.io/apimachinery v0.33.1
1010 k8s.io/client-go v0.33.1
@@ -93,7 +93,7 @@ require (
9393 gopkg.in/inf.v0 v0.9.1 // indirect
9494 gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
9595 gopkg.in/yaml.v3 v3.0.1 // indirect
96- k8s.io/apiextensions-apiserver v0.32.3 // indirect
96+ k8s.io/apiextensions-apiserver v0.32.5 // indirect
9797 k8s.io/apiserver v0.33.1 // indirect
9898 k8s.io/cloud-provider v0.0.0 // indirect
9999 k8s.io/component-helpers v0.33.1 // indirect
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 h1:TmHmbvxPmaegwhDubVz0lICL0J5
8585github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 /go.mod h1:qztMSjm835F2bXf+5HKAPIS5qsmQDqZna/PgVt4rWtI =
8686github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
8787github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
88- github.com/inftyai/llmaz v0.1.3 h1:TZFsSkwxiZ34EfP1j8/DCGbU12U82FejOZK4WhCyOVI =
89- github.com/inftyai/llmaz v0.1.3 /go.mod h1:2nVFb5ptJfe6Qhha5qOcMQBKK5hLgccKBZcsl1FURME =
88+ github.com/inftyai/llmaz v0.1.4 h1:8loib3UMUxbETDchYkYhKrBV/6SmmNxRrJtiiBI0YE4 =
89+ github.com/inftyai/llmaz v0.1.4 /go.mod h1:Em0c6giN3lPfjLbxdjjeXMHVwa6lM4XvUm6NlqKAGxg =
9090github.com/jonboulle/clockwork v0.4.0 h1:p4Cf1aMWXnXAUh8lVfewRBx1zaTSYKrKMF2g3ST4RZ4 =
9191github.com/jonboulle/clockwork v0.4.0 /go.mod h1:xgRqUGwRcjKCO1vbZUEtSLrqKoPSsUpK7fnezOII0kc =
9292github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY =
You can’t perform that action at this time.
0 commit comments