github.com/AngusLu/go-swagger@v0.28.0/go.mod (about)

     1  module github.com/AngusLu/go-swagger
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
     7  	github.com/fsnotify/fsnotify v1.4.9 // indirect
     8  	github.com/go-openapi/analysis v0.20.0
     9  	github.com/go-openapi/errors v0.20.0
    10  	github.com/go-openapi/inflect v0.19.0
    11  	github.com/go-openapi/loads v0.20.2
    12  	github.com/go-openapi/runtime v0.19.27
    13  	github.com/go-openapi/spec v0.20.3
    14  	github.com/go-openapi/strfmt v0.20.1
    15  	github.com/go-openapi/swag v0.19.15
    16  	github.com/go-openapi/validate v0.20.2
    17  	github.com/go-swagger/scan-repo-boundary v0.0.0-20180623220736-973b3573c013
    18  	github.com/google/go-cmp v0.5.5 // indirect
    19  	github.com/gorilla/handlers v1.5.1
    20  	github.com/jessevdk/go-flags v1.5.0
    21  	github.com/kr/pretty v0.2.1
    22  	github.com/magiconair/properties v1.8.5 // indirect
    23  	github.com/mailru/easyjson v0.7.7 // indirect
    24  	github.com/mitchellh/mapstructure v1.4.1
    25  	github.com/pelletier/go-toml v1.8.1 // indirect
    26  	github.com/pkg/errors v0.9.1
    27  	github.com/spf13/afero v1.6.0 // indirect
    28  	github.com/spf13/cast v1.3.1 // indirect
    29  	github.com/spf13/jwalterweatherman v1.1.0 // indirect
    30  	github.com/spf13/pflag v1.0.5 // indirect
    31  	github.com/spf13/viper v1.7.1
    32  	github.com/stretchr/testify v1.7.0
    33  	github.com/toqueteos/webbrowser v1.2.0
    34  	golang.org/x/mod v0.4.2 // indirect
    35  	golang.org/x/net v0.0.0-20210331060903-cb1fcc7394e5 // indirect
    36  	golang.org/x/tools v0.1.0
    37  	gopkg.in/ini.v1 v1.62.0 // indirect
    38  	gopkg.in/yaml.v2 v2.4.0
    39  )