aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2021-01-15 15:36:39 +0000
committerDrew DeVault <[email protected]>2021-01-15 14:41:32 -0500
commit9d507dcaac698254b6b0b7238c5e476a6ecdda78 (patch)
tree3b5d9f6d0eb8969ef932591fb3f5602186ecac7a /go.mod
parentUse POST request to respond to input requests (diff)
downloadcapybara-9d507dcaac698254b6b0b7238c5e476a6ecdda78.tar.xz
capybara-9d507dcaac698254b6b0b7238c5e476a6ecdda78.zip
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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 594da58..aa9941c 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module git.sr.ht/~sircmpwn/kineto
go 1.15
require (
- git.sr.ht/~adnano/go-gemini v0.1.6
+ git.sr.ht/~adnano/go-gemini v0.1.12
git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3
)