File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/go-openapi/jsonreference
2
2
3
3
require (
4
- github.com/go-openapi/jsonpointer v0.20.1
4
+ github.com/go-openapi/jsonpointer v0.20.2
5
5
github.com/stretchr/testify v1.8.4
6
6
)
7
7
8
8
require (
9
9
github.com/davecgh/go-spew v1.1.1 // indirect
10
- github.com/go-openapi/swag v0.22.5 // indirect
10
+ github.com/go-openapi/swag v0.22.6 // indirect
11
11
github.com/josharian/intern v1.0.0 // indirect
12
12
github.com/mailru/easyjson v0.7.7 // indirect
13
13
github.com/pmezard/go-difflib v1.0.0 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
2
2
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3
- github.com/go-openapi/jsonpointer v0.20.1 h1:MkK4VEIEZMj4wT9PmjaUmGflVBr9nvud4Q4UVFbDoBE =
4
- github.com/go-openapi/jsonpointer v0.20.1 /go.mod h1:bHen+N0u1KEO3YlmqOjTT9Adn1RfD91Ar825/PuiRVs =
5
- github.com/go-openapi/swag v0.22.5 h1:fVS63IE3M0lsuWRzuom3RLwUMVI2peDH01s6M70ugys =
6
- github.com/go-openapi/swag v0.22.5 /go.mod h1:Gl91UqO+btAM0plGGxHqJcQZ1ZTy6jbmridBTsDy8A0 =
3
+ github.com/go-openapi/jsonpointer v0.20.2 h1:mQc3nmndL8ZBzStEo3JYF8wzmeWffDH4VbXz58sAx6Q =
4
+ github.com/go-openapi/jsonpointer v0.20.2 /go.mod h1:bHen+N0u1KEO3YlmqOjTT9Adn1RfD91Ar825/PuiRVs =
5
+ github.com/go-openapi/swag v0.22.6 h1:dnqg1XfHXL9aBxSbktBqFR5CxVyVI+7fYWhAf1JOeTw =
6
+ github.com/go-openapi/swag v0.22.6 /go.mod h1:Gl91UqO+btAM0plGGxHqJcQZ1ZTy6jbmridBTsDy8A0 =
7
7
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY =
8
8
github.com/josharian/intern v1.0.0 /go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y =
9
9
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
You can’t perform that action at this time.
0 commit comments