First Commit

This commit is contained in:
2024-09-13 20:56:43 +03:00
commit 06fcdaacd4
5 changed files with 316 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module JsonUI
go 1.23.0
require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/google/uuid v1.6.0 // indirect
golang.org/x/sys v0.4.0 // indirect
)