github.com/auxten/ginkgo@v0.0.0-20220130172820-7d98ad59d232/go.mod (about)

     1  module github.com/auxten/ginkgo
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/labstack/echo/v4 v4.6.3
     7  	github.com/labstack/gommon v0.3.1
     8  	github.com/pkg/errors v0.9.1
     9  	github.com/sirupsen/logrus v1.8.1
    10  	github.com/smartystreets/goconvey v1.7.2
    11  )
    12  
    13  require (
    14  	github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
    15  	github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
    16  	github.com/jtolds/gls v4.20.0+incompatible // indirect
    17  	github.com/mattn/go-colorable v0.1.11 // indirect
    18  	github.com/mattn/go-isatty v0.0.14 // indirect
    19  	github.com/smartystreets/assertions v1.2.0 // indirect
    20  	github.com/valyala/bytebufferpool v1.0.0 // indirect
    21  	github.com/valyala/fasttemplate v1.2.1 // indirect
    22  	golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
    23  	golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
    24  	golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
    25  	golang.org/x/text v0.3.7 // indirect
    26  	golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
    27  )