From 318702156c77daf20bfa878949214411ac976443 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 22 Feb 2022 00:50:51 +0000 Subject: 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! --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') 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 ) -- cgit v1.2.3