-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
34 lines (32 loc) · 1.21 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
module github.com/luqmansen/gosty
go 1.16
require (
github.com/cenkalti/backoff/v4 v4.1.0
github.com/gabriel-vasile/mimetype v1.2.0
github.com/go-chi/chi v1.5.1
github.com/go-chi/cors v1.1.1
github.com/golang/mock v1.5.0
github.com/google/uuid v1.2.0
github.com/gorilla/handlers v1.5.1
github.com/h2non/filetype v1.1.1
github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40
github.com/keepeye/logrus-filename v0.0.0-20190711075016-ce01a4391dd1
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/modfy/fluent-ffmpeg v0.0.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/r3labs/sse/v2 v2.3.2
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.7.1
github.com/streadway/amqp v1.0.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2
go.mongodb.org/mongo-driver v1.4.6
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
k8s.io/api v0.22.0 // indirect
k8s.io/apimachinery v0.22.0 // indirect
k8s.io/client-go v0.22.0
)