-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
26 lines (23 loc) · 734 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
26
module filippo.io/litetlog
go 1.23.0
require (
crawshaw.io/sqlite v0.3.3-0.20220618202545-d1964889ea3c
github.com/cheggaaa/pb/v3 v3.1.5
github.com/rogpeppe/go-internal v1.11.0
golang.org/x/crypto v0.15.0
golang.org/x/mod v0.14.0
golang.org/x/net v0.18.0
golang.org/x/sync v0.5.0
sigsum.org/sigsum-go v0.6.1
)
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.15.0 // indirect
)