File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
"time"
24
24
25
25
"github.com/go-openapi/errors"
26
- "github.com/mitchellh /mapstructure"
26
+ "github.com/go-viper /mapstructure/v2 "
27
27
)
28
28
29
29
// Default is the default formats registry
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"testing"
20
20
"time"
21
21
22
- "github.com/mitchellh /mapstructure"
22
+ "github.com/go-viper /mapstructure/v2 "
23
23
"github.com/stretchr/testify/assert"
24
24
"github.com/stretchr/testify/require"
25
25
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/go-openapi/strfmt
3
3
require (
4
4
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
5
5
github.com/go-openapi/errors v0.22.1
6
+ github.com/go-viper/mapstructure/v2 v2.2.1
6
7
github.com/google/uuid v1.6.0
7
- github.com/mitchellh/mapstructure v1.5.0
8
8
github.com/oklog/ulid v1.3.1
9
9
github.com/stretchr/testify v1.10.0
10
10
go.mongodb.org/mongo-driver v1.17.3
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
4
4
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
5
5
github.com/go-openapi/errors v0.22.1 h1:kslMRRnK7NCb/CvR1q1VWuEQCEIsBGn5GgKD9e+HYhU =
6
6
github.com/go-openapi/errors v0.22.1 /go.mod h1:+n/5UdIqdVnLIJ6Q9Se8HNGUXYaY6CN8ImWzfi/Gzp0 =
7
+ github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
8
+ github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
7
9
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
8
10
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
9
11
github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
10
12
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
11
- github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY =
12
- github.com/mitchellh/mapstructure v1.5.0 /go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo =
13
13
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs =
14
14
github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4 =
15
15
github.com/oklog/ulid v1.3.1 /go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U =
You can’t perform that action at this time.
0 commit comments