2024-07-19 22:01:34 +02:00
|
|
|
module nocternity.net/gomonop
|
2021-01-03 10:33:21 +01:00
|
|
|
|
2024-07-19 22:01:34 +02:00
|
|
|
go 1.22
|
2021-02-19 10:53:07 +01:00
|
|
|
|
2021-02-27 11:26:34 +01:00
|
|
|
require (
|
|
|
|
github.com/karrick/golf v1.4.0
|
|
|
|
github.com/miekg/dns v1.1.40
|
2024-07-20 15:28:16 +02:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2021-02-27 11:26:34 +01:00
|
|
|
)
|
2024-07-19 22:01:34 +02:00
|
|
|
|
|
|
|
require (
|
2024-07-20 10:01:05 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-07-19 22:01:34 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190924154521-2837fb4f24fe // indirect
|
2024-07-20 10:01:05 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-07-19 22:01:34 +02:00
|
|
|
)
|
2024-07-20 15:28:16 +02:00
|
|
|
|
|
|
|
replace github.com/karrick/golf v1.4.0 => github.com/tseeker/golf v0.0.0-20240720130627-ce082c3b50d5
|