diff options
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ package: github.com/uber-go/sally import: - package: gopkg.in/yaml.v2 +- package: github.com/julienschmidt/httprouter + version: ^1 +testImport: +- package: github.com/stretchr/testify +- package: github.com/yosssi/gohtml |