This repository has been archived on 2020-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/go.mod
Lunny Xiao b7dc77e1bf
All checks were successful
continuous-integration/drone/push Build is passing
Fix flag.Parse on init (#57)
2019-08-30 03:53:40 +00:00

9 lines
193 B
Modula-2

module xorm.io/core
require (
github.com/go-sql-driver/mysql v1.4.1
github.com/mattn/go-sqlite3 v1.10.0
github.com/stretchr/testify v1.4.0
google.golang.org/appengine v1.6.0 // indirect
)