mermaid-server/go.mod

9 lines
151 B
Modula-2
Raw Permalink Normal View History

module github.com/tomwright/mermaid-server
2023-08-29 18:51:39 +02:00
go 1.21
2021-08-14 17:34:07 +02:00
require (
github.com/tomwright/grace v0.1.2
github.com/tomwright/gracehttpserverrunner v0.1.0
)