dorfylegends/backend/go.mod
2022-04-15 14:46:51 +00:00

9 lines
141 B
Modula-2

module github.com/robertjanetzko/LegendsBrowser2/backend
go 1.18
require (
github.com/gorilla/mux v1.8.0
github.com/pkg/profile v1.6.0
)