godog/_examples/db/go.mod
MBow 5414f3c5da update gherkin-go to v19.0.3
update messages-go to v16.0.1
bump gomod version
comment on log line in std os.Stderr
examples to non rc version
go mod tidy
update circle (tbd)
2021-06-28 17:19:43 +01:00

10 строки
180 Б
Modula-2

module db
go 1.14
require (
github.com/DATA-DOG/go-txdb v0.1.3
github.com/cucumber/godog v0.11.0
github.com/go-sql-driver/mysql v1.5.0
github.com/lib/pq v1.7.0 // indirect
)