-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 798 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
module github.com/wonktnodi/go-services-base
go 1.13
require (
github.com/allegro/bigcache v1.2.1
github.com/apache/rocketmq-client-go v1.2.4
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/gin v1.5.0
github.com/go-redis/redis/v7 v7.2.0
github.com/go-resty/resty/v2 v2.1.0
github.com/go-sql-driver/mysql v1.4.1
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gorilla/context v1.1.1
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0
github.com/mitchellh/mapstructure v1.1.2
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.4.0
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/wonktnodi/go-utils v0.0.2
golang.org/x/text v0.3.2
xorm.io/xorm v0.8.0
)