replication-systems/go.mod
tamsin woo 5a5d8b7909 bump go to 1.22.0; add container setup
use a multistage build so we don't leave the source code on the final artifact.
2024-02-24 21:28:41 -08:00

9 lines
145 B
Modula-2

module replication-systems.estradiol.cloud
go 1.22.0
require (
github.com/julienschmidt/httprouter v1.3.0
github.com/justinas/alice v1.2.0
)