Skip to content

Commit 685a4d9

Browse files
Bump github.com/inftyai/llmaz from 0.1.3 to 0.1.4 (#26)
Bumps [github.com/inftyai/llmaz](https://github.com/inftyai/llmaz) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/inftyai/llmaz/releases) - [Commits](InftyAI/llmaz@v0.1.3...v0.1.4) --- updated-dependencies: - dependency-name: github.com/inftyai/llmaz dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c38a09c commit 685a4d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.1
44

55
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 h1:TmHmbvxPmaegwhDubVz0lICL0J5
8585
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0/go.mod h1:qztMSjm835F2bXf+5HKAPIS5qsmQDqZna/PgVt4rWtI=
8686
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
8787
github.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=
9090
github.com/jonboulle/clockwork v0.4.0 h1:p4Cf1aMWXnXAUh8lVfewRBx1zaTSYKrKMF2g3ST4RZ4=
9191
github.com/jonboulle/clockwork v0.4.0/go.mod h1:xgRqUGwRcjKCO1vbZUEtSLrqKoPSsUpK7fnezOII0kc=
9292
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=

0 commit comments

Comments
 (0)