aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-02-22 00:50:51 -0800
committerFuwn <[email protected]>2022-02-22 00:50:51 -0800
commit5ddf4db7c4ed84fb041eaf066eec3cf3f7e73112 (patch)
treee25c2ad6bd6cb4518f16252cbde6d3e1c94f9502 /go.mod
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadcapybara-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.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 2b3341a..0f1fe40 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)