-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
35 lines (32 loc) · 1.57 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
31
32
33
34
35
module github.com/sssvip/goutil
require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/coreos/etcd v3.3.25+incompatible
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v1.7.4
github.com/go-sql-driver/mysql v1.3.0
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/sys v0.0.0-20180830151530-49385e6e1522 // indirect
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c
github.com/json-iterator/go v0.0.0-20180701071628-ab8a2e0c74be
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-sqlite3 v1.9.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/olebedev/config v0.0.0-20180625110059-ed90d2035b81
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/sssvip/qr v0.2.1 // indirect
github.com/sssvip/qrterminal v1.0.1
github.com/stretchr/testify v1.4.0
github.com/ugorji/go v1.1.1 // indirect
github.com/xcltapestry/xclpkg v0.0.0-20150203092146-4bb35f81c878
go.uber.org/zap v1.16.0 // indirect
golang.org/x/sys v0.0.0-20201101102859-da207088b7d1 // indirect
google.golang.org/genproto v0.0.0-20201102152239-715cce707fb0 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
)
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
go 1.13