tamsin woo
5a5d8b7909
use a multistage build so we don't leave the source code on the final artifact.
9 lines
145 B
Modula-2
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
|
|
)
|