Fixing dependencies

This commit is contained in:
Deluan
2016-03-30 00:20:26 -04:00
parent c2b1f9782b
commit b4d0654c91
2 changed files with 8 additions and 2 deletions
Generated
+6 -2
View File
@@ -1,5 +1,5 @@
hash: a5cbc7366656c70b744e5eff395de78872a0d6fee5932036e8efc03e5193154d hash: c329bb124cc9a2958755a271dd57f11bc641a22007bd709864e84291c015a3ea
updated: 2016-03-29T18:13:23.845465378-04:00 updated: 2016-03-30T00:19:31.852887615-04:00
imports: imports:
- name: github.com/astaxie/beego - name: github.com/astaxie/beego
version: 92d0b9ae95662d04e1d32eeffa52b4697b01ae37 version: 92d0b9ae95662d04e1d32eeffa52b4697b01ae37
@@ -33,6 +33,10 @@ imports:
version: bccc91e40dd77b4d15d6759f2444bb2ac06a5bbb version: bccc91e40dd77b4d15d6759f2444bb2ac06a5bbb
- name: github.com/edsrzf/mmap-go - name: github.com/edsrzf/mmap-go
version: 6c75090c55983bef2e129e173681b20d24871ef8 version: 6c75090c55983bef2e129e173681b20d24871ef8
- name: github.com/fatih/camelcase
version: f6a740d52f961c60348ebb109adde9f4635d7540
- name: github.com/fatih/structs
version: 73c4e3dc02a78deaba8640d5f3a8c236ec1352bf
- name: github.com/golang/snappy - name: github.com/golang/snappy
version: 723cc1e459b8eea2dea4583200fd60757d40097a version: 723cc1e459b8eea2dea4583200fd60757d40097a
- name: github.com/gopherjs/gopherjs - name: github.com/gopherjs/gopherjs
+2
View File
@@ -21,6 +21,8 @@ import:
- package: github.com/deluan/itl - package: github.com/deluan/itl
- package: github.com/deluan/gomate - package: github.com/deluan/gomate
- package: github.com/koding/multiconfig - package: github.com/koding/multiconfig
- package: github.com/fatih/camelcase
- package: github.com/fatih/structs
devImport: devImport:
- package: github.com/smartystreets/goconvey - package: github.com/smartystreets/goconvey