Skip to content

Commit c46b823

Browse files
deps(deps): bump go.uber.org/multierr from 1.10.0 to 1.11.0
Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/uber-go/multierr/releases) - [Changelog](https://github.com/uber-go/multierr/blob/master/CHANGELOG.md) - [Commits](uber-go/multierr@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: go.uber.org/multierr dependency-version: 1.11.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bcc6259 commit c46b823

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ go 1.23.0
55
toolchain go1.24.5
66

77
require (
8+
github.com/fsnotify/fsnotify v1.9.0
89
github.com/gorilla/mux v1.8.1
10+
github.com/gorilla/websocket v1.5.3
911
github.com/spf13/viper v1.21.0
1012
go.uber.org/zap v1.27.0
1113
)
1214

1315
require (
14-
github.com/fsnotify/fsnotify v1.9.0 // indirect
1516
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
16-
github.com/gorilla/websocket v1.5.3 // indirect
1717
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
1818
github.com/sagikazarmark/locafero v0.11.0 // indirect
1919
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
2020
github.com/spf13/afero v1.15.0 // indirect
2121
github.com/spf13/cast v1.10.0 // indirect
2222
github.com/spf13/pflag v1.0.10 // indirect
2323
github.com/subosito/gotenv v1.6.0 // indirect
24-
go.uber.org/multierr v1.10.0 // indirect
24+
go.uber.org/multierr v1.11.0 // indirect
2525
go.yaml.in/yaml/v3 v3.0.4 // indirect
2626
golang.org/x/sys v0.29.0 // indirect
2727
golang.org/x/text v0.28.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
4040
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
4141
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
4242
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
43-
go.uber.org/multierr v1.10.0 h1:S0h4aNzvfcFsC3dRF1jLoaov7oRaKqRGC/pUEJ2yvPQ=
44-
go.uber.org/multierr v1.10.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
43+
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
44+
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
4545
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
4646
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
4747
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=

0 commit comments

Comments
 (0)