-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.12 KB
/
go.mod
File metadata and controls
34 lines (31 loc) · 1.12 KB
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
module github.com/KarpelesLab/goro
go 1.25.3
require (
github.com/KarpelesLab/anyhash v0.1.5
github.com/KarpelesLab/gobzip2 v0.0.0-20260330172500-4c38ea919286
github.com/KarpelesLab/gogd v0.1.0
github.com/KarpelesLab/gopcre2 v0.1.0
github.com/KarpelesLab/gotz v0.1.2
github.com/KarpelesLab/strftime v1.0.1
github.com/KarpelesLab/strtotime v0.1.14
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/glebarez/go-sqlite v1.22.0
github.com/go-sql-driver/mysql v1.9.3
github.com/goark/mt v1.0.0
golang.org/x/crypto v0.46.0
golang.org/x/text v0.36.0
)
require (
filippo.io/edwards25519 v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/sergi/go-diff v1.3.1 // indirect
golang.org/x/image v0.39.0 // indirect
golang.org/x/sys v0.40.0 // indirect
modernc.org/libc v1.37.6 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/sqlite v1.28.0 // indirect
)