twins/go.mod

10 lines
195 B
Modula-2
Raw Normal View History

2020-10-29 20:35:48 +00:00
module gitlab.com/tslocum/twins
go 1.15
require (
github.com/h2non/filetype v1.1.0
github.com/makeworld-the-better-one/go-gemini v0.9.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)