This commit is contained in:
Gabe Farrell 2025-02-24 18:17:26 -05:00
commit d4538d8adb
4 changed files with 157 additions and 0 deletions

7
go.mod Normal file
View file

@ -0,0 +1,7 @@
module github.com/gabehf/random-image-server
go 1.23.0
require github.com/fsnotify/fsnotify v1.8.0
require golang.org/x/sys v0.13.0 // indirect