about summary refs log tree commit diff
path: root/nix/templates/goapp/frontend/go.mod
blob: 41401c92eab51dcfd899e480abebbb741156c373 (plain)
1
2
3
4
5
module github.com/hanemile/goapp/backend

go 1.23.5

require github.com/gorilla/mux v1.8.1