aboutsummaryrefslogtreecommitdiff
path: root/glide.yaml
diff options
context:
space:
mode:
authorGravatar Grayson Koonce <grayson.koonce@gmail.com> 2016-10-12 11:04:26 -0700
committerGravatar GitHub <noreply@github.com> 2016-10-12 11:04:26 -0700
commitac8374fd17e30fca9a7773a2a6f690a7ea4d2ec9 (patch)
treee9a61adde4bc5eef80583f3e1d6f9379a20b4f99 /glide.yaml
parentb80c4f3e920994823061eb05dc0a5bc3881ddb02 (diff)
downloadsally-ac8374fd17e30fca9a7773a2a6f690a7ea4d2ec9.tar.gz
sally-ac8374fd17e30fca9a7773a2a6f690a7ea4d2ec9.tar.zst
sally-ac8374fd17e30fca9a7773a2a6f690a7ea4d2ec9.zip
Rework as HTTP server (#15)
Diffstat (limited to 'glide.yaml')
-rw-r--r--glide.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/glide.yaml b/glide.yaml
index 3d8e188..307ffa9 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -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