1
0
mirror of https://github.com/astaxie/beego.git synced 2025-09-18 03:02:10 +00:00

support go modules

This commit is contained in:
kun
2018-09-05 14:05:16 +08:00
parent 7e0649d661
commit cf5d1f3f3c
2 changed files with 15 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/astaxie/beego
require (
golang.org/x/crypto v0.0.0-20180723164146-c126467f60eb
golang.org/x/net v0.0.0-20170920234330-b60f3a92103d
google.golang.org/appengine v1.1.0
gopkg.in/yaml.v2 v2.2.1
)