31 lines
818 B
Modula-2
31 lines
818 B
Modula-2
module git.pablu.de/pablu/domain-router
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.4
|
|
|
|
require github.com/rs/zerolog v1.34.0
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
|
|
github.com/miekg/dns v1.1.67 // indirect
|
|
golang.org/x/crypto v0.40.0 // indirect
|
|
golang.org/x/mod v0.25.0 // indirect
|
|
golang.org/x/net v0.41.0 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/text v0.27.0 // indirect
|
|
golang.org/x/tools v0.34.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/go-acme/lego/v4 v4.24.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/urfave/negroni v1.0.0
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|