diff options
| author | Adnan Maolood <[email protected]> | 2021-01-15 15:36:39 +0000 |
|---|---|---|
| committer | Drew DeVault <[email protected]> | 2021-01-15 14:41:32 -0500 |
| commit | 9d507dcaac698254b6b0b7238c5e476a6ecdda78 (patch) | |
| tree | 3b5d9f6d0eb8969ef932591fb3f5602186ecac7a /go.mod | |
| parent | Use POST request to respond to input requests (diff) | |
| download | capybara-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |