We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fe265 commit 5391d51Copy full SHA for 5391d51
go.mod
@@ -14,6 +14,7 @@ require (
14
github.com/gin-gonic/gin v1.10.0
15
github.com/go-kit/log v0.2.1
16
github.com/go-logr/logr v1.4.2
17
+ github.com/go-viper/mapstructure/v2 v2.2.1
18
github.com/google/uuid v1.6.0
19
github.com/json-iterator/go v1.1.12
20
github.com/mitchellh/mapstructure v1.5.0
@@ -228,5 +229,3 @@ require (
228
229
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
230
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
231
)
-
232
-require github.com/go-viper/mapstructure/v2 v2.2.1
0 commit comments