You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
547 B
15 lines
547 B
module GoClouds
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/donnie4w/go-logger v0.0.0-20170827050443-4740c51383f4
|
|
github.com/go-macaron/cache v0.0.0-20190810181446-10f7c57e2196
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/mgr9525/go-cloud v1.0.6-0.20191115021000-e912b446b8a9
|
|
github.com/mgr9525/go-ruisutil v1.0.8-0.20191105071958-41a4e7d87b4f
|
|
github.com/xormplus/builder v0.0.0-20190724032102-0ee351fedce9
|
|
github.com/xormplus/xorm v0.0.0-20190926190243-42377f593eb1
|
|
gopkg.in/macaron.v1 v1.3.4
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
|
|
)
|