File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # jsonschema v6.0.1
1
+ # jsonschema v6.0.2
2
2
3
3
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
4
4
[ ![ GoDoc] ( https://godoc.org/github.com/santhosh-tekuri/jsonschema?status.svg )] ( https://pkg.go.dev/github.com/santhosh-tekuri/jsonschema/v6 )
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ module github.com/santhosh-tekuri/jsonschema/cmd/jv
3
3
go 1.21.1
4
4
5
5
require (
6
- github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
6
+ github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
7
7
github.com/spf13/pflag v1.0.5
8
8
gopkg.in/yaml.v3 v3.0.1
9
9
)
10
10
11
11
require golang.org/x/text v0.14.0 // indirect
12
12
13
- // replace github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 => ../..
13
+ // replace github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 => ../..
Original file line number Diff line number Diff line change 5
5
./cmd/jv
6
6
)
7
7
8
- // replace github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 => ./
8
+ // replace github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 => ./
You can’t perform that action at this time.
0 commit comments