Initial commit
This commit is contained in:
commit
36baaf0caf
10 changed files with 961 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module routeros_dns
|
||||
|
||||
go 1.25.4
|
||||
|
||||
require (
|
||||
git.gibonuddevalla.se/go/html_template v1.0.0
|
||||
git.gibonuddevalla.se/go/vlog v1.0.0
|
||||
)
|
||||
|
||||
require git.gibonuddevalla.se/go/wrappederror v0.3.5 // indirect
|
||||
Loading…
Add table
Add a link
Reference in a new issue