mirror of
https://github.com/SEPPDROID/JellyCAT.git
synced 2025-10-21 23:44:20 +00:00
16 lines
273 B
Modula-2
16 lines
273 B
Modula-2
module JellyCAT
|
|
|
|
go 1.22rc2
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/miekg/dns v1.1.58
|
|
)
|
|
|
|
require (
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
golang.org/x/tools v0.17.0 // indirect
|
|
)
|