kineto/go.mod
Adnan Maolood 9d507dcaac Update go-gemini dependency
Version 0.1.12 fixes a bug where the client Timeout was not applied when
dialing, causing the client to hang when a host was down.
2021-01-15 14:41:32 -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.12
git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3
)