forked from daptin/daptin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglide.yaml
75 lines (75 loc) · 2.01 KB
/
glide.yaml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
package: github.com/daptin/daptin
import:
- package: github.com/GeertJohan/go.rice
subpackages:
- embedded
- package: github.com/artpar/rclone
version: "1.60"
- package: github.com/gocraft/health
- package: github.com/artpar/api2go
version: ^2.3.6
- package: github.com/artpar/api2go-adapter
version: ^1.0.0
subpackages:
- gingonic
- package: github.com/artpar/conform
version: ^1.1.2
- package: github.com/dgrijalva/jwt-go
version: ^3.0.0
- package: github.com/dop251/goja
- package: github.com/go-playground/locales
version: ^0.11.1
subpackages:
- en
- package: github.com/go-playground/universal-translator
version: ^0.16.0
- package: github.com/go-playground/validator
version: ^9.5.0
- package: github.com/go-sql-driver/mysql
version: ^1.3.0
- package: github.com/icrowley/fake
- package: github.com/jamiealquiza/envy
version: ^1.0.0
- package: github.com/jinzhu/copier
- package: github.com/jmoiron/sqlx
- package: github.com/lib/pq
- package: github.com/looplab/fsm
- package: github.com/mattn/go-sqlite3
version: ^1.2.0
- package: github.com/pkg/errors
version: ^0.8.0
- package: github.com/pquerna/otp
version: ^1.0.0
subpackages:
- totp
- package: github.com/artpar/go.uuid
version: ^1.2.0
- package: github.com/sirupsen/logrus
version: ^1.0.2
- package: golang.org/x/crypto
subpackages:
- bcrypt
- package: golang.org/x/oauth2
- package: gopkg.in/Masterminds/squirrel.v1
version: ^1.0.0
- package: gopkg.in/gin-gonic/gin.v1
version: ^1.2.0
- package: gopkg.in/go-playground/validator.v9
version: ^9.5.0
subpackages:
- translations/en
- package: github.com/artpar/resty
version: ^1.0.1
- package: github.com/PuerkitoBio/goquery
version: ^1.1.0
- package: github.com/digitalocean/godo
version: ~1.1.1
- package: github.com/graphql-go/graphql
version: ^0.7.5
- package: github.com/graphql-go/handler
version: ^0.2.1
- package: github.com/bamzi/jobrunner
- package: github.com/robfig/cron
version: ^1.0.0
- package: github.com/graphql-go/relay
- package: github.com/gocarina/gocsv