
* Fixed an issue when go test is parsing command-line flags * Added some extra information for parsing flags to the README.md
10 строки
184 Б
Modula-2
10 строки
184 Б
Modula-2
module db
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/DATA-DOG/go-txdb v0.1.3
|
|
github.com/cucumber/godog v0.11.0-rc1
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/lib/pq v1.7.0 // indirect
|
|
)
|