File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/cenkalti/backoff/v4 v4.1.1
7
- github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec
7
+ github.com/clbanning/mxj v1.8.4
8
8
github.com/franela/goblin v0.0.0-20210519012713-85d372ac71e2 // indirect
9
9
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8
10
10
github.com/miekg/dns v1.1.43
Original file line number Diff line number Diff line change 1
1
github.com/cenkalti/backoff/v4 v4.1.1 h1:G2HAfAmvm/GcKan2oOQpBXOd2tT2G57ZnZGWa1PxPBQ =
2
2
github.com/cenkalti/backoff/v4 v4.1.1 /go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw =
3
- github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec h1:EdRZT3IeKQmfCSrgo8SZ8V3MEnskuJP0wCYNpe+aiXo =
4
- github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec /go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE =
3
+ github.com/clbanning/mxj v1.8.4 h1:HuhwZtbyvyOw+3Z1AowPkU87JkJUSv751ELWaiTpj8I =
4
+ github.com/clbanning/mxj v1.8.4 /go.mod h1:BVjHeAH+rl9rs6f+QIpeRl0tfu10SXn1pUSa5PVGJng =
5
5
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
6
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
7
7
github.com/franela/goblin v0.0.0-20210519012713-85d372ac71e2 h1:cZqz+yOJ/R64LcKjNQOdARott/jP7BnUQ9Ah7KaZCvw =
Original file line number Diff line number Diff line change 6
6
"encoding/json"
7
7
"fmt"
8
8
9
- "github.com/clbanning/x2j"
9
+ x2j "github.com/clbanning/mxj/ x2j-wrapper "
10
10
)
11
11
12
12
// ParseAllMetadata iterates through all instances in an application
You can’t perform that action at this time.
0 commit comments