fs3/backend/go.mod
rdev-worker 296401abbc
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
build: Build a full-stack task management application with the following str...
2026-01-31 07:44:20 +00:00

8 lines
127 B
Modula-2

module github.com/jordan/fs3/backend
go 1.22
require github.com/go-chi/chi/v5 v5.0.12
require github.com/go-chi/cors v1.2.1