forked from karasz/gnocco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
48 lines (44 loc) · 1.61 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
40
41
42
43
44
45
46
47
48
module darvaza.org/gnocco
go 1.20
require (
github.com/mgechev/revive v1.3.4
github.com/rs/zerolog v1.31.0
)
require (
darvaza.org/core v0.10.0 // indirect
github.com/amery/defaults v0.1.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.16.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/text v0.14.0 // indirect
mvdan.cc/sh/v3 v3.7.0 // indirect
)
require (
darvaza.org/darvaza/shared/config v0.2.5
darvaza.org/resolver v0.7.1
darvaza.org/slog v0.5.4
darvaza.org/slog/handlers/filter v0.4.6
darvaza.org/slog/handlers/zerolog v0.4.6
github.com/BurntSushi/toml v1.3.2
github.com/chavacava/garif v0.1.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/fatih/structtag v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 // indirect
github.com/miekg/dns v1.1.57
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/tools v0.16.0 // indirect
)