18 lines
369 B
Modula-2
18 lines
369 B
Modula-2
module codeberg.org/foosinn/webhook-rfc2136
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.23.4
|
|
|
|
require (
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/miekg/dns v1.1.62
|
|
)
|
|
|
|
require (
|
|
golang.org/x/mod v0.22.0 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/tools v0.29.0 // indirect
|
|
)
|