github.com/emreu/go-swagger@v0.22.1/go.mod (about)

     1  module github.com/emreu/go-swagger
     2  
     3  go 1.13
     4  
     5  replace github.com/golang/lint => golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
     6  
     7  require (
     8  	github.com/corbym/gocrest v1.0.3
     9  	github.com/coreos/go-oidc v2.1.0+incompatible
    10  	github.com/davecgh/go-spew v1.1.1
    11  	github.com/dgrijalva/jwt-go v3.2.0+incompatible
    12  	github.com/go-openapi/analysis v0.19.6
    13  	github.com/go-openapi/errors v0.19.2
    14  	github.com/go-openapi/inflect v0.19.0
    15  	github.com/go-openapi/loads v0.19.3
    16  	github.com/go-openapi/runtime v0.19.5
    17  	github.com/go-openapi/spec v0.19.3
    18  	github.com/go-openapi/strfmt v0.19.3
    19  	github.com/go-openapi/swag v0.19.5
    20  	github.com/go-openapi/validate v0.19.3
    21  	github.com/go-swagger/go-swagger v0.21.0
    22  	github.com/go-swagger/scan-repo-boundary v0.0.0-20180623220736-973b3573c013
    23  	github.com/gorilla/handlers v1.4.2
    24  	github.com/jessevdk/go-flags v1.4.0
    25  	github.com/kr/pretty v0.1.0
    26  	github.com/pkg/errors v0.8.1
    27  	github.com/spf13/pflag v1.0.3
    28  	github.com/spf13/viper v1.4.0
    29  	github.com/stretchr/testify v1.4.0
    30  	github.com/toqueteos/webbrowser v1.2.0
    31  	golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
    32  	golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
    33  	golang.org/x/tools v0.0.0-20190907020128-2ca718005c18
    34  	gopkg.in/yaml.v2 v2.2.2
    35  )