forked from defektive/Modlishka
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 706 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 706 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
module github.com/drk1wi/Modlishka
go 1.21
require (
github.com/cespare/go-smaz v1.0.0
github.com/dsnet/compress v0.0.1
github.com/manifoldco/go-base32 v1.0.4
github.com/miekg/dns v1.1.56
github.com/tidwall/buntdb v1.3.0
golang.org/x/net v0.17.0
)
require (
github.com/tidwall/btree v1.4.2 // indirect
github.com/tidwall/gjson v1.14.3 // indirect
github.com/tidwall/grect v0.1.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tidwall/rtred v0.1.2 // indirect
github.com/tidwall/tinyqueue v0.1.1 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/tools v0.13.0 // indirect
)