This commit is contained in:
Erik Winter 2024-11-25 11:09:49 +01:00
parent 6acded4b9e
commit 1d1425aa9a
3 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.aider*
.env

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module go-mod.ewintr.nl/linkchecker
go 1.23.3
require golang.org/x/net v0.31.0

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo=
golang.org/x/net v0.31.0/go.mod h1:P4fl1q7dY2hnZFxEk4pPSkDHF+QqjitcnDjUQyMM+pM=