dorfylegends/go.mod
Robert Janetzko ef5c2ca337 profile
2022-04-10 21:27:37 +00:00

10 lines
144 B
Modula-2

module legendsbrowser
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
)