9fe4437bda
* Use vendored go-swagger * vendor go-swagger * revert un wanteed change * remove un-needed GO111MODULE * Update Makefile Co-Authored-By: techknowlogick <matti@mdranta.net>
6 lines
126 B
Modula-2
6 lines
126 B
Modula-2
module github.com/go-openapi/jsonpointer
|
|
|
|
require (
|
|
github.com/go-openapi/swag v0.19.2
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|