-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (42 loc) · 1.79 KB
/
go.mod
File metadata and controls
45 lines (42 loc) · 1.79 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
module github.com/hammercui/mega-go-micro/v2
go 1.19
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
require (
github.com/Shopify/sarama v1.25.0
github.com/bitly/go-simplejson v0.5.0
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/getsentry/sentry-go v0.9.0
github.com/gin-gonic/gin v1.6.3
github.com/go-redis/redis v6.15.9+incompatible
github.com/golang/protobuf v1.4.3
github.com/grpc-ecosystem/grpc-gateway v1.14.7
github.com/hammercui/go2sky v1.0.5
github.com/hashicorp/consul/api v1.6.0
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3
github.com/lestrrat-go/file-rotatelogs v2.3.0+incompatible
github.com/lestrrat-go/strftime v1.0.3 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/micro/cli/v2 v2.1.2
github.com/micro/go-micro/v2 v2.9.1
github.com/micro/go-plugins/broker/kafka/v2 v2.9.1
github.com/micro/go-plugins/logger/logrus/v2 v2.9.1
github.com/mitchellh/hashstructure v1.0.0
github.com/pkg/errors v0.9.1
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/sirupsen/logrus v1.6.0
github.com/tebeka/strftime v0.1.5 // indirect
go.mongodb.org/mongo-driver v1.11.1
go.uber.org/zap v1.15.0 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
golang.org/x/tools v0.0.0-20200823205832-c024452afbcd // indirect
google.golang.org/genproto v0.0.0-20200815001618-f69a88009b70
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/mysql v1.0.1
gorm.io/gorm v1.20.0
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
)