Skip to content

Commit

Permalink
cmd: use v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tekuri committed Jun 9, 2024
1 parent 2cad5f8 commit c9ad211
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 4 additions & 2 deletions cmd/jv/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ module github.com/santhosh-tekuri/jsonschema/cmd/jv
go 1.21.1

require (
github.com/santhosh-tekuri/jsonschema/v6 v6.0.0
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
github.com/spf13/pflag v1.0.5
gopkg.in/yaml.v3 v3.0.1
)

// replace github.com/santhosh-tekuri/jsonschema/v6 v6.0.0 => ../..
require golang.org/x/text v0.14.0 // indirect

// replace github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 => ../..
2 changes: 2 additions & 0 deletions cmd/jv/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI=
github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 h1:PKK9DyHxif4LZo+uQSgXNqs0jj5+xZwwfKHgph2lxBw=
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1/go.mod h1:JXeL+ps8p7/KNMjDQk3TCwPpBy0wYklyWTfbkIzdIFU=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ use (
./cmd/jv
)

replace github.com/santhosh-tekuri/jsonschema/v6 v6.0.0 => ./
replace github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 => ./
4 changes: 4 additions & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1/go.mod h1:JXeL+ps8p7/KNMjDQk3TCwPpBy0wYklyWTfbkIzdIFU=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=

0 comments on commit c9ad211

Please sign in to comment.