dorfylegends/backend/go.mod
Robert Janetzko 77b720f8d2 restructure
2022-04-14 13:59:47 +00:00

10 lines
179 B
Modula-2

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