update_server/go.mod
2026-06-10 20:51:17 +03:00

9 lines
145 B
Modula-2

module update_server
go 1.26.0
require (
github.com/go-chi/chi/v5 v5.2.5
github.com/mattn/go-sqlite3 v1.14.42
golang.org/x/crypto v0.50.0
)