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
2020-05-03 04:31:10 +00:00
github.com/FooSoft/goldsmith-components v0.0.0-20200502040846-14ae9d6b0808
github.com/PuerkitoBio/goquery v1.5.1
2020-01-02 02:30:19 +00:00
)