fix, 3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-02-10 13:00:59 +01:00
parent 6d4b7541ef
commit e8c276012f

View File

@ -1,6 +1,6 @@
module tsm
go 1.21.3
go 1.22.5
require (
github.com/beevik/ntp v1.4.3
@ -10,7 +10,7 @@ require (
require (
github.com/gorilla/websocket v1.5.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.20.0 // indirect
)