File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/alecthomas/jsonschema v0.0.0-20201129101101-7b852d451add
7
7
github.com/davecgh/go-spew v1.1.1 // indirect
8
- github.com/goccy/go-json v0.4.8
8
+ github.com/goccy/go-json v0.4.11
9
9
github.com/iancoleman/orderedmap v0.1.0 // indirect
10
10
github.com/stretchr/testify v1.7.0
11
11
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/alecthomas/jsonschema v0.0.0-20201129101101-7b852d451add/go.mod h1:/n
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/goccy/go-json v0.4.8 h1:TfwOxfSp8hXH+ivoOk36RyDNmXATUETRdaNWDaZglf8 =
7
- github.com/goccy/go-json v0.4.8 /go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I =
6
+ github.com/goccy/go-json v0.4.11 h1:92nyX606ZN/cUFwctfxwDWm8YWSA38Zlv9s7taFeLyo =
7
+ github.com/goccy/go-json v0.4.11 /go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I =
8
8
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 /go.mod h1:N0Wam8K1arqPXNWjMo21EXnBPOPp36vB07FNRdD2geA =
9
9
github.com/iancoleman/orderedmap v0.1.0 h1:2orAxZBJsvimgEBmMWfXaFlzSG2fbQil5qzP3F6cCkg =
10
10
github.com/iancoleman/orderedmap v0.1.0 /go.mod h1:N0Wam8K1arqPXNWjMo21EXnBPOPp36vB07FNRdD2geA =
You can’t perform that action at this time.
0 commit comments