gomonop/go.mod
Emmanuel BENOîT 2fa0e37900
All checks were successful
Run tests and linters / test (push) Successful in 43s
Run tests and linters / build (push) Successful in 41s
Run tests and linters / lint (push) Successful in 1m22s
refactor: reorganize project in order to include automation (#1)
Reviewed-on: #1
Co-authored-by: Emmanuel BENOÎT <tseeker@nocternity.net>
Co-committed-by: Emmanuel BENOÎT <tseeker@nocternity.net>
2024-07-19 22:01:34 +02:00

14 lines
325 B
Modula-2

module nocternity.net/gomonop
go 1.22
require (
github.com/karrick/golf v1.4.0
github.com/miekg/dns v1.1.40
)
require (
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
)