Skip to content

Commit 87f872f

Browse files
committed
chore: update deps
1 parent 7a34156 commit 87f872f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/helm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
replace github.com/njayp/ophis => ../../
66

77
require (
8-
github.com/njayp/ophis v1.0.4
8+
github.com/njayp/ophis v1.0.5
99
github.com/spf13/cobra v1.10.1
1010
helm.sh/helm/v4 v4.0.0-beta.1
1111
k8s.io/client-go v0.34.1

examples/kubectl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.6
55
replace github.com/njayp/ophis => ../../
66

77
require (
8-
github.com/njayp/ophis v1.0.4
8+
github.com/njayp/ophis v1.0.5
99
github.com/spf13/cobra v1.10.1
1010
k8s.io/client-go v0.34.1
1111
k8s.io/component-base v0.34.1

examples/make/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.6
55
replace github.com/njayp/ophis => ../../
66

77
require (
8-
github.com/njayp/ophis v1.0.4
8+
github.com/njayp/ophis v1.0.5
99
github.com/spf13/cobra v1.10.1
1010
)
1111

0 commit comments

Comments
 (0)