Skip to content

Commit 63c5baa

Browse files
chore(deps): Bump github.com/go-logr/logr from 1.3.0 to 1.4.3 in /go
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.3.0 to 1.4.3. - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.3.0...v1.4.3) --- updated-dependencies: - dependency-name: github.com/go-logr/logr dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d951378 commit 63c5baa

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

go/go.mod

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,12 @@ module github.com/yourusername/kubernetes-truenas-democratic-tool
22

33
go 1.21
44

5-
require (
6-
github.com/gin-gonic/gin v1.9.1
7-
github.com/prometheus/client_golang v1.17.0
8-
github.com/spf13/cobra v1.8.0
9-
github.com/spf13/viper v1.17.0
10-
k8s.io/api v0.28.4
11-
k8s.io/apimachinery v0.28.4
12-
k8s.io/client-go v0.28.4
13-
sigs.k8s.io/controller-runtime v0.16.3
14-
github.com/kubernetes-csi/external-snapshotter/client/v6 v6.3.0
15-
)
5+
require go.uber.org/zap v1.26.0
166

177
require (
18-
github.com/go-logr/logr v1.3.0
19-
github.com/go-resty/resty/v2 v2.11.0
20-
github.com/gorilla/websocket v1.5.1
21-
github.com/stretchr/testify v1.8.4
22-
go.uber.org/zap v1.26.0
23-
golang.org/x/time v0.5.0
24-
gopkg.in/yaml.v3 v3.0.1
25-
)
8+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
9+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
10+
github.com/stretchr/testify v1.8.4 // indirect
11+
go.uber.org/goleak v1.2.1 // indirect
12+
go.uber.org/multierr v1.11.0 // indirect
13+
)

0 commit comments

Comments
 (0)