Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 5274f10

Browse files
committed
Mod tidy
1 parent 88f262f commit 5274f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/mariadb-operator/init
33
go 1.20
44

55
require (
6+
github.com/go-logr/logr v1.2.4
67
github.com/mariadb-operator/agent v0.0.1
78
github.com/mariadb-operator/mariadb-operator v0.0.16-0.20230702105210-e7121043bc33
89
k8s.io/apimachinery v0.24.2
@@ -18,7 +19,6 @@ require (
1819
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
1920
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
2021
github.com/fsnotify/fsnotify v1.6.0 // indirect
21-
github.com/go-logr/logr v1.2.4 // indirect
2222
github.com/go-logr/zapr v1.2.0 // indirect
2323
github.com/go-openapi/jsonpointer v0.19.5 // indirect
2424
github.com/go-openapi/jsonreference v0.19.5 // indirect

0 commit comments

Comments
 (0)