Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit29cbed9

Browse files
release: v6.0.2
1 parent82f3994 commit29cbed9

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
go1.21.1
44

55
require (
6-
github.com/santhosh-tekuri/jsonschema/v6v6.0.1
6+
github.com/santhosh-tekuri/jsonschema/v6v6.0.2
77
github.com/spf13/pflagv1.0.5
88
gopkg.in/yaml.v3v3.0.1
99
)
1010

1111
requiregolang.org/x/textv0.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)

[8]ページ先頭

©2009-2025 Movatter.jp