Skip to content

Commit

Permalink
Upgrade v2 to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
josephburnett committed Jul 24, 2024
1 parent 1bccd65 commit ef44caa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/josephburnett/jd

go 1.18
go 1.21

toolchain go1.21.5

require (
github.com/go-openapi/jsonpointer v0.19.5
Expand Down
2 changes: 1 addition & 1 deletion v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/josephburnett/jd/v2

go 1.18
go 1.21

require (
github.com/go-openapi/jsonpointer v0.19.5
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ github.com/go-openapi/jsonpointer
## explicit; go 1.11
github.com/go-openapi/swag
# github.com/josephburnett/jd/v2 v2.0.0-00010101000000-000000000000 => ./v2
## explicit; go 1.18
## explicit; go 1.21
github.com/josephburnett/jd/v2
# github.com/josharian/intern v1.0.0
## explicit; go 1.5
Expand Down

0 comments on commit ef44caa

Please sign in to comment.