Commit 23f34c7
BUILD/MINOR: upgrade dependency mapstructure to supported fork
Replace github.com/mitchellh/mapstructure with github.com/go-viper/mapstructure/v2.
Rationale:
Module github.com/mitchellh/mapstructure isn't supported anymore.
Announcement: https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
The blessed fork is at github.com/go-viper/mapstructure/v2.
Note: github.com/mitchellh/mapstructure is still referenced in
dependencies of go-openapi packages, but this is already being fixed (see
go-openapi/strfmt#157 ) and will be released
with the next github.com/go-openapi/strfmt.
Signed-off-by: Olivier Mengué <dolmen@cpan.org>1 parent 975b2f5 commit 23f34c7
3 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments