bird-lg-go/frontend/go.mod
Simon Marsh 166234fa89
- Use bindata to package static file content in to the frontend binary
- Add golang templates to move HTML rendering out of the go code where possible
- Add an endpoint for serving static files
- Add URL escaping for servers and targets
2021-01-11 14:48:57 +00:00

9 lines
149 B
Modula-2

module github.com/xddxdd/bird-lg-go/frontend
go 1.15
require (
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/gorilla/handlers v1.5.1
)