-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglide.yaml
More file actions
32 lines (32 loc) · 808 Bytes
/
Copy pathglide.yaml
File metadata and controls
32 lines (32 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
package: github.com/waypoint/waypoint
import:
- package: github.com/Sirupsen/logrus
version: ^1.0.2
- package: github.com/julienschmidt/httprouter
version: ^1.1.0
- package: github.com/unrolled/render
- package: gopkg.in/urfave/cli.v1
version: ^1.19.1
- package: github.com/urfave/negroni
version: ^0.2.0
- package: googlemaps.github.io/maps
- package: github.com/kr/pretty
- package: github.com/kr/text
- package: github.com/RichardKnop/machinery
subpackages:
- v1
- package: github.com/satori/go.uuid
version: ^1.1.0
- package: github.com/garyburd/redigo
version: ^1.1.0
subpackages:
- redis
- package: github.com/golang/mock
version: ^1.0.0
subpackages:
- gomock
- mockgen
- package: github.com/onsi/ginkgo
version: ^1.4.0
- package: github.com/onsi/gomega
version: ^1.2.0