-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (33 loc) · 1.54 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
module github.com/by12380/Autocomplete
go 1.14
require (
github.com/LyricTian/logrus-mongo-hook v0.0.0-20181228030113-79ee868c8285
github.com/LyricTian/queue v1.2.0 // indirect
github.com/by12380/Autocomplete/dependencies/api-gateway v0.0.0-20201112072538-7152ea2322dc // indirect
github.com/caarlos0/env/v6 v6.3.0
github.com/creack/pty v1.1.11 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/go-ini/ini v1.61.0 // indirect
github.com/go-playground/validator/v10 v10.3.0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/minio/minio-go v6.0.14+incompatible
github.com/minio/minio-go/v7 v7.0.5
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
github.com/toorop/gin-logrus v0.0.0-20200831135515-d2ee50d38dae
github.com/weekface/mgorus v0.0.0-20181029072001-239539fe10e4
go.mongodb.org/mongo-driver v1.4.1 // indirect
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)