-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (47 loc) · 1.97 KB
/
go.mod
File metadata and controls
49 lines (47 loc) · 1.97 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/air-iot/service
go 1.14
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/aliyun/alibaba-cloud-sdk-go v1.61.98
github.com/armon/go-metrics v0.3.3 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis/v8 v8.3.3
github.com/go-resty/resty/v2 v2.3.0
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1
github.com/hashicorp/consul/api v1.4.0
github.com/hashicorp/go-hclog v0.12.2 // indirect
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/serf v0.9.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d
github.com/jmoiron/sqlx v1.2.0
github.com/json-iterator/go v1.1.9
github.com/klauspost/compress v1.10.4 // indirect
github.com/labstack/echo/v4 v4.1.16
github.com/michaelklishin/rabbit-hole/v2 v2.4.0
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.5.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.2
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/zhgqiang/jsonpath v0.0.0-20171228002920-ff973d0f4099
go.mongodb.org/mongo-driver v1.3.2
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0
google.golang.org/grpc v1.29.1
gopkg.in/ini.v1 v1.55.0 // indirect
gopkg.in/resty.v1 v1.12.0
)