-
- Downloads
New upstream version 0.21.1
No related branches found
No related tags found
Showing
- .github/workflows/auto-merge.yml 2 additions, 2 deletions.github/workflows/auto-merge.yml
- .github/workflows/go-test.yml 2 additions, 2 deletions.github/workflows/go-test.yml
- .golangci.yml 13 additions, 18 deletions.golangci.yml
- errors.go 18 additions, 0 deletionserrors.go
- go.mod 3 additions, 3 deletionsgo.mod
- go.sum 6 additions, 6 deletionsgo.sum
- pointer.go 24 additions, 25 deletionspointer.go
- pointer_test.go 7 additions, 7 deletionspointer_test.go
errors.go
0 → 100644
module github.com/go-openapi/jsonpointer | ||
require ( | ||
github.com/go-openapi/swag v0.23.0 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/go-openapi/swag v0.23.1 | ||
github.com/stretchr/testify v1.10.0 | ||
) | ||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mailru/easyjson v0.9.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
... | ... |
Please register or sign in to comment