github.com/lonnblad/godog@v0.7.14-0.20200306004719-1b0cb3259847/go.mod (about)

     1  module github.com/lonnblad/godog
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/cucumber/gherkin-go/v9 v9.2.0
     7  	github.com/cucumber/messages-go/v9 v9.0.3
     8  	github.com/stretchr/testify v1.4.0
     9  )