Remove ALLOWED_USERS.txt watcher

This commit is contained in:
kamkow1
2025-06-22 20:43:51 +02:00
parent 9b0d448698
commit 571ffca339
3 changed files with 2 additions and 55 deletions

5
go.mod
View File

@ -1,8 +1,3 @@
module lts
go 1.24.3
require (
github.com/fsnotify/fsnotify v1.9.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)