-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 787 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
module github.com/khalil-farashiani/golim
go 1.21
require (
github.com/jedib0t/go-pretty/v6 v6.5.5
github.com/mattn/go-sqlite3 v1.14.22
github.com/peterbourgon/ff/v4 v4.0.0-alpha.4
github.com/pingcap/log v1.1.0
github.com/redis/go-redis/v9 v9.5.1
github.com/robfig/cron/v3 v3.0.0
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.0 // indirect
golang.org/x/sys v0.16.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)