-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (24 loc) · 781 Bytes
/
go.mod
File metadata and controls
28 lines (24 loc) · 781 Bytes
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
module github.com/appsprout-dev/mnemonic
go 1.25.0
require (
github.com/fsnotify/fsevents v0.2.0
github.com/fsnotify/fsnotify v1.9.0
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
gopkg.in/yaml.v3 v3.0.1
)
require (
golang.org/x/sys v0.42.0
modernc.org/sqlite v1.46.2
)
require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fumiama/go-docx v0.0.0-20250506085032-0c30fd09304b // indirect
github.com/fumiama/imgsz v0.0.2 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
modernc.org/libc v1.70.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)