diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-10-04 22:11:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-04 22:11:14 -0400 |
| commit | 7724a8d8e6b0437b151cbfc5f4ca2ee5695d0bf8 (patch) | |
| tree | 455dfab012bc2596d5d91e8636f5b039111ba1dd /vendor/github.com/mitchellh/mapstructure/go.mod | |
| parent | 3ecf5c37428c072b672b825fcc9493de6e1c5df7 (diff) | |
| parent | 3943a8d2c7236f6fa3941f93fe495d1aedb0b12b (diff) | |
Merge pull request #598 from hairyhenderson/go-modules
Moving to go modules
Diffstat (limited to 'vendor/github.com/mitchellh/mapstructure/go.mod')
| -rw-r--r-- | vendor/github.com/mitchellh/mapstructure/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/mitchellh/mapstructure/go.mod b/vendor/github.com/mitchellh/mapstructure/go.mod new file mode 100644 index 00000000..d2a71256 --- /dev/null +++ b/vendor/github.com/mitchellh/mapstructure/go.mod @@ -0,0 +1 @@ +module github.com/mitchellh/mapstructure |
