Network config option and bump go ver with deps

This commit is contained in:
Laptop
2025-02-10 18:40:11 +02:00
parent 15c1136a65
commit 3be1bffd01
6 changed files with 51 additions and 36 deletions

8
go.mod
View File

@@ -1,6 +1,6 @@
module git.maid.zone/stuff/soundcloak
go 1.23.5
go 1.23.6
require (
github.com/a-h/templ v0.3.833
@@ -30,8 +30,8 @@ require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/crypto v0.33.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
)