-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathgo.mod
38 lines (34 loc) · 1.29 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
36
37
38
module github.com/proofrock/ws4sqlite
go 1.24.0
toolchain go1.24.2
require (
github.com/gofiber/fiber/v2 v2.52.6
github.com/iancoleman/orderedmap v0.3.0
github.com/lnquy/cron v1.1.1
github.com/mitchellh/go-homedir v1.1.0
github.com/proofrock/go-mylittlelogger v0.4.0
github.com/robfig/cron/v3 v3.0.1
github.com/wI2L/jettison v0.7.4
gopkg.in/yaml.v2 v2.4.0
modernc.org/sqlite v1.37.0
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.60.0 // indirect
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/sys v0.32.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
modernc.org/libc v1.63.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.10.0 // indirect
)