forked from JabinGP/demo-chatroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (33 loc) · 1.4 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/JabinGP/demo-chatroom
go 1.13
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/spec v0.20.9 // indirect
github.com/go-playground/validator/v10 v10.14.1 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/googollee/go-socket.io v1.7.0 // indirect
github.com/iris-contrib/middleware/cors v0.0.0-20230429193704-33473bd2dc16
github.com/iris-contrib/middleware/jwt v0.0.0-20230429193704-33473bd2dc16
github.com/iris-contrib/swagger/v12 v12.2.0-alpha
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kataras/iris/v12 v12.2.0
github.com/kataras/neffos v0.0.21
github.com/klauspost/compress v1.16.5 // indirect
github.com/lib/pq v1.1.1 // indirect
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/nats-io/nats.go v1.26.0 // indirect
github.com/rs/zerolog v1.29.1
github.com/sashabaranov/go-openai v1.9.5
github.com/sirupsen/logrus v1.9.1 // indirect
github.com/spf13/viper v1.8.1
github.com/swaggo/swag v1.16.1
github.com/tdewolff/minify/v2 v2.12.5 // indirect
github.com/tdewolff/parse/v2 v2.6.6 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/tools v0.9.1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
xorm.io/core v0.7.2
xorm.io/xorm v0.8.1
)