dorfylegends/backend/go.mod

9 lines
141 B
Modula-2
Raw Normal View History

2022-04-14 16:58:28 +03:00
module github.com/robertjanetzko/LegendsBrowser2/backend
2022-04-09 12:01:04 +03:00
go 1.18
require (
github.com/gorilla/mux v1.8.0
2022-04-11 00:27:37 +03:00
github.com/pkg/profile v1.6.0
2022-04-09 12:01:04 +03:00
)