-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 951 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 951 Bytes
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 chat
go 1.12
require (
github.com/aliyun/aliyun-oss-go-sdk v2.0.2+incompatible
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/gin v1.7.3
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/go-xorm/cmd/xorm v0.0.0-20190426080617-f87981e709a1 // indirect
github.com/go-xorm/xorm v0.0.0-20180925133144-7a9249de3324
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/websocket v1.4.1
github.com/json-iterator/go v1.1.11 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/ugorji/go v1.2.6 // indirect
golang.org/x/crypto v0.0.0-20210812204632-0ba0e8f03122 // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/fatih/set.v0 v0.2.1
gopkg.in/yaml.v2 v2.4.0
)