forked from motiv-labs/janus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglide.yaml
More file actions
47 lines (47 loc) · 1.22 KB
/
Copy pathglide.yaml
File metadata and controls
47 lines (47 loc) · 1.22 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
package: github.com/hellofresh/janus
import:
- package: github.com/Sirupsen/logrus
version: ^0.11.5
- package: github.com/asaskevich/govalidator
version: ^5.0.0
- package: github.com/bshuster-repo/logrus-logstash-hook
- package: github.com/dgrijalva/jwt-go
version: ^3.0.0
- package: github.com/garyburd/redigo
version: ^1.0.0
subpackages:
- redis
- package: github.com/kelseyhightower/envconfig
version: ^1.3.0
- package: github.com/rs/cors
version: ^1.0.0
- package: github.com/ulule/limiter
version: master
- package: golang.org/x/net
version: master
subpackages:
- http2
- package: gopkg.in/mgo.v2
subpackages:
- bson
- package: github.com/opentracing/opentracing-go
version: ^1.0.1
- package: github.com/hellofresh/gcloud-opentracing
version: master
- package: sourcegraph.com/sourcegraph/appdash
- package: github.com/gorilla/mux
version: ^1.3.0
- package: github.com/hellofresh/stats-go
version: ^0.1.2
- package: github.com/spf13/viper
- package: github.com/spf13/cobra
- package: github.com/pressly/chi
version: ^2.1.0
- package: github.com/DATA-DOG/godog
version: ^0.7.2
- package: github.com/tidwall/gjson
testImport:
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- assert