proper-website-2/go.mod

9 lines
182 B
Modula-2
Raw Normal View History

2022-03-01 12:02:05 +01:00
module git.home.dutchellie.nl/DutchEllie/proper-website-2
go 1.17
2022-03-01 14:36:04 +01:00
require (
github.com/google/uuid v1.3.0 // indirect
github.com/maxence-charriere/go-app/v9 v9.3.0 // indirect
)