dorfylegends/go.mod

10 lines
144 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-11 00:27:37 +03:00
github.com/pkg/profile v1.6.0
2022-04-09 12:01:04 +03:00
)