surrealpatch/glide.yaml

33 lines
854 B
YAML
Raw Normal View History

2016-04-13 14:17:36 +00:00
package: github.com/abcum/surreal
import:
- package: github.com/abcum/fibre
subpackages:
- mw
2016-06-18 13:49:22 +00:00
- package: github.com/abcum/logrus
- package: github.com/boltdb/bolt
2016-07-04 11:16:38 +00:00
- package: github.com/cznic/zappy
2016-04-13 14:17:36 +00:00
- package: github.com/hashicorp/serf
subpackages:
- serf
- package: github.com/imdario/mergo
- package: github.com/kr/text
- package: github.com/mgutz/ansi
- package: github.com/robertkrimen/otto
- package: github.com/satori/go.uuid
- package: github.com/spf13/cobra
2016-07-04 11:16:38 +00:00
- package: github.com/ugorji/go
subpackages:
- codec
2016-07-16 13:43:53 +00:00
- package: github.com/go-sql-driver/mysql
version: ^1.2.0
- package: github.com/lib/pq
2016-07-21 21:41:02 +00:00
- package: github.com/asaskevich/govalidator
version: ^4.0.0
2016-09-06 12:09:27 +00:00
- package: github.com/yuin/gopher-lua
- package: github.com/pkg/profile
version: ^1.2.0
testImport:
- package: github.com/smartystreets/goconvey
subpackages:
- convey