feat(application): inital commit
This commit is contained in:
commit
cefbacb66e
724 changed files with 263524 additions and 0 deletions
15
go.mod
Normal file
15
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue