10 lines
176 B
Modula-2
10 lines
176 B
Modula-2
|
module git.bit5.ru/backend/dbr
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/go-sql-driver/mysql v1.4.1
|
||
|
github.com/stretchr/testify v1.8.1
|
||
|
google.golang.org/appengine v1.6.7 // indirect
|
||
|
)
|