-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 809 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 skeleton-code
go 1.14
require (
github.com/disintegration/imaging v1.6.2
github.com/gin-gonic/gin v1.6.3
github.com/golang/protobuf v1.4.3
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/jinzhu/gorm v1.9.15
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/segmentio/kafka-go v0.3.7
github.com/sirupsen/logrus v1.2.0
github.com/spf13/viper v1.7.1
github.com/urfave/cli/v2 v2.3.0
go.uber.org/fx v1.13.0
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
google.golang.org/genproto v0.0.0-20200731012542-8145dea6a485
google.golang.org/grpc v1.33.1
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.3.0 // indirect
gotest.tools v2.2.0+incompatible
)