feat(application): inital commit

This commit is contained in:
foosinn 2023-03-20 00:36:07 +01:00
commit cefbacb66e
724 changed files with 263524 additions and 0 deletions

15
go.mod Normal file
View file

@ -0,0 +1,15 @@
module codeberg.org/foosinn/webhook-rfc2136
go 1.20
require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/miekg/dns v1.1.52
)
require (
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/tools v0.3.0 // indirect
)