-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.28 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
module github.com/team4yf/fpm-iot-go-middleware
go 1.14
require (
github.com/go-redis/redis/v8 v8.0.0-beta.9 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/jackc/pgproto3/v2 v2.0.4 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
github.com/lib/pq v1.8.0 // indirect
github.com/magiconair/properties v1.8.2 // indirect
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/team4yf/fpm-go-pkg v0.0.0-20200916043501-88fb1f56089b
github.com/team4yf/fpm-go-plugin-cache-redis v0.1.0
github.com/team4yf/fpm-go-plugin-mqtt-client v0.0.4
github.com/team4yf/fpm-go-plugin-orm v0.0.5
github.com/team4yf/fpm-go-plugin-tcp v0.1.5
github.com/team4yf/yf-fpm-server-go v0.2.8
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
github.com/toolkits/net v0.0.0-20160910085801-3f39ab6fe3ce // indirect
go.uber.org/zap v1.16.0 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/exp v0.0.0-20200831210406-1ff542fc73e3 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/ini.v1 v1.61.0 // indirect
)