dorfylegends/go.mod

10 lines
146 B
Modula-2
Raw Normal View History

2022-04-09 12:01:04 +03:00
module legendsbrowser
go 1.18
require (
github.com/gorilla/mux v1.8.0
2022-04-09 19:37:44 +03:00
github.com/iancoleman/strcase v0.2.0
2022-04-09 12:01:04 +03:00
github.com/sa-/slicefunk v0.1.2
)