mirror of
https://github.com/gabehf/random-image-server.git
synced 2026-03-12 08:40:26 -07:00
First
This commit is contained in:
commit
d4538d8adb
4 changed files with 157 additions and 0 deletions
7
go.mod
Normal file
7
go.mod
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue