kineto/go.mod
Adnan Maolood 8f35e0a2b1 Update go-gemini dependency
Version 0.1.13 ensures that (*Response).Body is always non-nil, so that
calling Close() will not panic for unsuccessful responses.
2021-01-15 15:26:33 -05:00

8 lines
156 B
Modula-2

module git.sr.ht/~sircmpwn/kineto
go 1.15
require (
git.sr.ht/~adnano/go-gemini v0.1.13
git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3
)