-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
23 lines (20 loc) · 743 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
module github.com/Aksh-Bansal-dev/go-terminal-chat
go 1.17
require (
github.com/gorilla/websocket v1.5.0
github.com/marcusolsson/tui-go v0.4.0
gorm.io/driver/sqlite v1.3.6
gorm.io/gorm v1.23.8
)
require (
github.com/gdamore/encoding v0.0.0-20151215212835-b23993cbb635 // indirect
github.com/gdamore/tcell v1.1.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/lucasb-eyer/go-colorful v0.0.0-20180709185858-c7842319cf3a // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/mattn/go-sqlite3 v1.14.14 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
golang.org/x/text v0.3.0 // indirect
)