forked from GoldBaby5511/mango
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 989 Bytes
/
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
module mango
go 1.15
require (
github.com/GoldBaby5511/go-simplejson v0.5.0
github.com/apolloconfig/agollo/v4 v4.2.0
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d
github.com/fsnotify/fsnotify v1.5.1
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/protobuf v1.5.2
github.com/gomodule/redigo v1.8.8
github.com/google/uuid v1.1.2
github.com/gorilla/websocket v1.4.2
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/sirupsen/logrus v1.9.0
github.com/spf13/viper v1.9.0 // indirect
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0 // indirect
github.com/tevid/gohamcrest v1.1.1 // indirect
golang.org/x/text v0.3.7
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)