-
Notifications
You must be signed in to change notification settings - Fork 892
/
Copy pathgo.mod
25 lines (22 loc) · 706 Bytes
/
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
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
)