File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,13 +8,14 @@ require (
88 github.com/redis/go-redis/v9 v9.8.0
99 github.com/richardwilkes/toolbox v1.123.1
1010 github.com/spf13/viper v1.20.1
11+ go.uber.org/mock v0.5.2
1112)
1213
1314require (
1415 github.com/cespare/xxhash/v2 v2.3.0 // indirect
1516 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
1617 github.com/fsnotify/fsnotify v1.9.0 // indirect
17- github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
18+ github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
1819 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1920 github.com/pelletier/go-toml/v2 v2.2.4 // indirect
2021 github.com/sagikazarmark/locafero v0.9.0 // indirect
@@ -23,7 +24,6 @@ require (
2324 github.com/spf13/cast v1.8.0 // indirect
2425 github.com/spf13/pflag v1.0.6 // indirect
2526 github.com/subosito/gotenv v1.6.0 // indirect
26- go.uber.org/mock v0.5.2 // indirect
2727 go.uber.org/multierr v1.11.0 // indirect
2828 golang.org/x/sys v0.32.0 // indirect
2929 golang.org/x/text v0.24.0 // indirect
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHk
1212github.com/frankban/quicktest v1.14.6 /go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0 =
1313github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k =
1414github.com/fsnotify/fsnotify v1.9.0 /go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0 =
15- github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
16- github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
15+ github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs =
16+ github.com/go-viper/mapstructure/v2 v2.4.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
1717github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
1818github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1919github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U =
You can’t perform that action at this time.
0 commit comments