We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb69877 commit 0d34649Copy full SHA for 0d34649
1 file changed
go.mod
@@ -0,0 +1,8 @@
1
+module github.com/goextension/extmap
2
+
3
+go 1.13
4
5
+require (
6
+ github.com/fatih/structs v1.1.0
7
+ github.com/mitchellh/mapstructure v1.1.2
8
+)
0 commit comments