File: go.mod

package info (click to toggle)
golang-github-pocketbase-dbx 1.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: sql: 62; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/pocketbase/dbx

go 1.13

require (
	github.com/go-sql-driver/mysql v1.4.1
	github.com/stretchr/testify v1.4.0
	google.golang.org/appengine v1.6.5 // indirect
)