diff options
| author | Fuwn <[email protected]> | 2022-02-22 00:50:51 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-02-22 00:50:51 -0800 |
| commit | 5ddf4db7c4ed84fb041eaf066eec3cf3f7e73112 (patch) | |
| tree | e25c2ad6bd6cb4518f16252cbde6d3e1c94f9502 /go.mod | |
| parent | Merge remote-tracking branch 'upstream/master' (diff) | |
| download | capybara-5ddf4db7c4ed84fb041eaf066eec3cf3f7e73112.tar.xz capybara-5ddf4db7c4ed84fb041eaf066eec3cf3f7e73112.zip | |
feat(#2): optionally, do not proxy url(s)
If the user provides a `Capybara.yaml` with the `capybara.keep_gemini`
key, do not proxy the provided values (URLs).
Also implements a rudimentary configuration system for future extension.
Thanks, @WellsBit!
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,4 +5,5 @@ go 1.15 require ( git.sr.ht/~adnano/go-gemini v0.1.17 git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3 + github.com/spf13/viper v1.10.1 ) |