-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (35 loc) · 1.34 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
39
module github.com/jum/fritzdyn
go 1.24
require (
github.com/alexliesenfeld/health v0.8.0
github.com/felixge/httpsnoop v1.0.4
github.com/jmoiron/sqlx v1.4.0
github.com/jum/traceparent v0.0.3
github.com/jussi-kalliokoski/slogdriver v1.0.1
github.com/libdns/cloudflare v0.1.2
github.com/libdns/libdns v0.2.3
github.com/samber/slog-syslog v1.0.0
modernc.org/sqlite v1.35.0
)
require (
github.com/cespare/reflex v0.3.1 // indirect
github.com/creack/pty v1.1.24 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jussi-kalliokoski/goldjson v1.0.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v1.14.24 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/ogier/pflag v0.0.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/samber/lo v1.49.1 // indirect
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
modernc.org/libc v1.61.13 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.8.2 // indirect
)
tool github.com/cespare/reflex