-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathgo.mod
27 lines (25 loc) · 961 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
26
27
module excel2config
go 1.14
require (
github.com/aws/aws-sdk-go v1.35.8 // indirect
github.com/fandypeng/e2cdatabus v1.0.2-0.20210510114020-f9c9364f4df4
github.com/gin-gonic/gin v1.5.0
github.com/go-kratos/kratos v0.5.1-0.20200526160825-521d240568d0
github.com/go-ldap/ldap/v3 v3.2.4
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.3
github.com/golang/snappy v0.0.2 // indirect
github.com/google/wire v0.4.0
github.com/gorilla/context v1.1.1
github.com/gorilla/sessions v1.2.1
github.com/gorilla/websocket v1.4.2
github.com/klauspost/compress v1.11.1 // indirect
github.com/prometheus/common v0.9.1 // indirect
go.mongodb.org/mongo-driver v1.4.2
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee // indirect
golang.org/x/sync v0.0.0-20201008141435-b3e1573b7520 // indirect
golang.org/x/text v0.3.4
google.golang.org/genproto v0.0.0-20201104152603-2e45c02ce95c
google.golang.org/grpc v1.28.1
gopkg.in/yaml.v2 v2.4.0
)