github.com/piotrek-janus/go-swagger@v0.26.2-0.20210330193204-fde701ef2768/go.mod (about)

     1  module github.com/piotrek-janus/go-swagger
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/coreos/go-oidc v2.2.1+incompatible
     7  	github.com/davecgh/go-spew v1.1.1
     8  	github.com/dgrijalva/jwt-go v3.2.0+incompatible
     9  	github.com/fsnotify/fsnotify v1.4.9 // indirect
    10  	github.com/go-openapi/analysis v0.20.0
    11  	github.com/go-openapi/errors v0.20.0
    12  	github.com/go-openapi/inflect v0.19.0
    13  	github.com/go-openapi/loads v0.20.2
    14  	github.com/go-openapi/runtime v0.19.26
    15  	github.com/go-openapi/spec v0.20.3
    16  	github.com/go-openapi/strfmt v0.20.0
    17  	github.com/go-openapi/swag v0.19.14
    18  	github.com/go-openapi/validate v0.20.2
    19  	github.com/go-swagger/scan-repo-boundary v0.0.0-20180623220736-973b3573c013
    20  	github.com/golang/protobuf v1.4.3 // indirect
    21  	github.com/gorilla/handlers v1.5.1
    22  	github.com/jessevdk/go-flags v1.4.0
    23  	github.com/kr/pretty v0.2.1
    24  	github.com/magiconair/properties v1.8.4 // indirect
    25  	github.com/mitchellh/mapstructure v1.4.1
    26  	github.com/pelletier/go-toml v1.8.1 // indirect
    27  	github.com/pkg/errors v0.9.1
    28  	github.com/pquerna/cachecontrol v0.0.0-20200921180117-858c6e7e6b7e // indirect
    29  	github.com/spf13/afero v1.4.1 // indirect
    30  	github.com/spf13/cast v1.3.1 // indirect
    31  	github.com/spf13/cobra v1.1.3
    32  	github.com/spf13/jwalterweatherman v1.1.0 // indirect
    33  	github.com/spf13/pflag v1.0.5
    34  	github.com/spf13/viper v1.7.1
    35  	github.com/stretchr/testify v1.7.0
    36  	github.com/toqueteos/webbrowser v1.2.0
    37  	golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
    38  	golang.org/x/net v0.0.0-20210119194325-5f4716e94777
    39  	golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
    40  	golang.org/x/sys v0.0.0-20201126233918-771906719818 // indirect
    41  	golang.org/x/tools v0.0.0-20201125231158-b5590deeca9b
    42  	google.golang.org/appengine v1.6.7 // indirect
    43  	gopkg.in/ini.v1 v1.62.0 // indirect
    44  	gopkg.in/square/go-jose.v2 v2.5.1 // indirect
    45  	gopkg.in/yaml.v2 v2.4.0
    46  )