initial commit

This commit is contained in:
Zoe
2024-11-16 04:17:27 -06:00
commit 290eafb3d0
10 changed files with 663 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module github.com/juls0730/zqdgr
go 1.23.2
require github.com/fsnotify/fsnotify v1.8.0
require github.com/gorilla/websocket v1.5.3
require (
github.com/bmatcuk/doublestar v1.3.4
golang.org/x/sys v0.13.0 // indirect
)