Skip to content

Commit

Permalink
V2 no longer separate module
Browse files Browse the repository at this point in the history
  • Loading branch information
josephburnett committed Aug 19, 2024
1 parent 6125a15 commit e87608c
Show file tree
Hide file tree
Showing 27 changed files with 2 additions and 3,000 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@ go 1.18

require (
github.com/go-openapi/jsonpointer v0.19.5
github.com/josephburnett/jd/v2 v2.0.0-20240724160553-38467990808b
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/go-openapi/swag v0.21.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
)

replace github.com/josephburnett/jd/v2 => ./v2
16 changes: 0 additions & 16 deletions v2/go.mod

This file was deleted.

43 changes: 0 additions & 43 deletions v2/go.sum

This file was deleted.

64 changes: 0 additions & 64 deletions vendor/github.com/josephburnett/jd/v2/array.go

This file was deleted.

59 changes: 0 additions & 59 deletions vendor/github.com/josephburnett/jd/v2/bool.go

This file was deleted.

65 changes: 0 additions & 65 deletions vendor/github.com/josephburnett/jd/v2/diff.go

This file was deleted.

31 changes: 0 additions & 31 deletions vendor/github.com/josephburnett/jd/v2/diff_common.go

This file was deleted.

Loading

0 comments on commit e87608c

Please sign in to comment.