Skip to content

Commit 5391d51

Browse files
committed
moving mapstructure import to the right require block
1 parent c6fe265 commit 5391d51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ require (
1414
github.com/gin-gonic/gin v1.10.0
1515
github.com/go-kit/log v0.2.1
1616
github.com/go-logr/logr v1.4.2
17+
github.com/go-viper/mapstructure/v2 v2.2.1
1718
github.com/google/uuid v1.6.0
1819
github.com/json-iterator/go v1.1.12
1920
github.com/mitchellh/mapstructure v1.5.0
@@ -228,5 +229,3 @@ require (
228229
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
229230
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
230231
)
231-
232-
require github.com/go-viper/mapstructure/v2 v2.2.1

0 commit comments

Comments
 (0)