-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathgo.mod
50 lines (48 loc) · 2 KB
/
go.mod
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
module github.com/dreamvo/gilfoyle
go 1.13
require (
cloud.google.com/go/storage v1.19.0
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/containerd/continuity v0.0.0-20201208142359-180525291bb7 // indirect
github.com/facebook/ent v0.5.3
github.com/gin-gonic/gin v1.7.1
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.5.0
github.com/google/uuid v1.2.0
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/grafov/m3u8 v0.11.1
github.com/jinzhu/configor v1.2.1
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.10.1
github.com/mailru/easyjson v0.7.3 // indirect
github.com/mattn/go-sqlite3 v1.14.7
github.com/minio/minio-go/v7 v7.0.20
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opencontainers/runc v1.0.0-rc9 // indirect
github.com/orlangure/gnomock v0.12.1
github.com/ory/dockertest v3.3.5+incompatible
github.com/rakyll/statik v0.1.7
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/spf13/cobra v1.1.3
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.3.0
github.com/swaggo/swag v1.7.0
github.com/zsais/go-gin-prometheus v0.1.0
go.uber.org/zap v1.16.0
google.golang.org/api v0.65.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/h2non/gock.v1 v1.0.16
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/vansante/go-ffprobe.v2 v2.0.2
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible // indirect
)