add vgo support

This commit is contained in:
Lunny Xiao 2018-03-22 23:26:08 +08:00
parent 11743c1a80
commit 18b1524be4
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 6 additions and 0 deletions

6
go.mod Normal file
View File

@ -0,0 +1,6 @@
module "github.com/go-xorm/xorm"
require (
"github.com/go-xorm/builder" v0.0.0-20180322150003-a9b7ffcca3f0
"github.com/go-xorm/core" v0.0.0-20180322150003-0177c08cee88
)