1
goldsmith-samples/go.mod

10 lines
246 B
Modula-2
Raw Normal View History

2020-01-02 02:30:19 +00:00
module github.com/FooSoft/goldsmith-samples
go 1.13
require (
github.com/FooSoft/goldsmith v0.0.0-20200102021543-f410ad444d75
github.com/FooSoft/goldsmith-components v0.0.0-20200102022903-b7a2ed010842
github.com/PuerkitoBio/goquery v1.5.0
)