Update build files for v2.0.0

This commit is contained in:
selfhst-bot
2025-08-09 14:45:47 -04:00
parent 43a7ed5b97
commit 71e98a2808
3 changed files with 448 additions and 0 deletions

7
build/go.mod Executable file
View File

@@ -0,0 +1,7 @@
module selfhst-icons
go 1.21
require (
github.com/gorilla/mux v1.8.1
)