diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-21 09:03:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-21 09:03:42 -0700 |
| commit | 05d3ad25ce217b74842c9f5b430c088901928825 (patch) | |
| tree | d64ec6d9097c9ce5edf3730aa0d9eb0688dd62da /seaweedfs-rdma-sidecar | |
| parent | b7b73016ddcc883b0bc791772d11031660016101 (diff) | |
| download | seaweedfs-05d3ad25ce217b74842c9f5b430c088901928825.tar.xz seaweedfs-05d3ad25ce217b74842c9f5b430c088901928825.zip | |
chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /seaweedfs-rdma-sidecar (#7150)
chore(deps): bump github.com/go-viper/mapstructure/v2
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases)
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0)
---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
dependency-version: 2.4.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'seaweedfs-rdma-sidecar')
| -rw-r--r-- | seaweedfs-rdma-sidecar/go.mod | 2 | ||||
| -rw-r--r-- | seaweedfs-rdma-sidecar/go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/seaweedfs-rdma-sidecar/go.mod b/seaweedfs-rdma-sidecar/go.mod index 0dcefd491..6d71a3a44 100644 --- a/seaweedfs-rdma-sidecar/go.mod +++ b/seaweedfs-rdma-sidecar/go.mod @@ -14,7 +14,7 @@ require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/cognusion/imaging v1.0.2 // indirect github.com/fsnotify/fsnotify v1.9.0 // indirect - github.com/go-viper/mapstructure/v2 v2.3.0 // indirect + github.com/go-viper/mapstructure/v2 v2.4.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/pelletier/go-toml/v2 v2.2.4 // indirect diff --git a/seaweedfs-rdma-sidecar/go.sum b/seaweedfs-rdma-sidecar/go.sum index eac81d176..7a4c3e2a4 100644 --- a/seaweedfs-rdma-sidecar/go.sum +++ b/seaweedfs-rdma-sidecar/go.sum @@ -17,8 +17,8 @@ github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI= github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE= -github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk= -github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM= +github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs= +github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM= github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= |
