From ac8374fd17e30fca9a7773a2a6f690a7ea4d2ec9 Mon Sep 17 00:00:00 2001 From: Grayson Koonce Date: Wed, 12 Oct 2016 11:04:26 -0700 Subject: Rework as HTTP server (#15) --- glide.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'glide.yaml') 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 -- cgit v1.2.3