Skip to content

Commit 29cbed9

Browse files
release: v6.0.2
1 parent 82f3994 commit 29cbed9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jsonschema v6.0.1
1+
# jsonschema v6.0.2
22

33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
44
[![GoDoc](https://godoc.org/github.com/santhosh-tekuri/jsonschema?status.svg)](https://pkg.go.dev/github.com/santhosh-tekuri/jsonschema/v6)

cmd/jv/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ module github.com/santhosh-tekuri/jsonschema/cmd/jv
33
go 1.21.1
44

55
require (
6-
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
6+
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
77
github.com/spf13/pflag v1.0.5
88
gopkg.in/yaml.v3 v3.0.1
99
)
1010

1111
require golang.org/x/text v0.14.0 // indirect
1212

13-
// replace github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 => ../..
13+
// replace github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 => ../..

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ use (
55
./cmd/jv
66
)
77

8-
// replace github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 => ./
8+
// replace github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 => ./

0 commit comments

Comments
 (0)