aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: f88c73104e6edff2b40181f1dde32fea8826e836 (plain) (blame)
1
2
3
4
5
6
7
8
9
module github.com/gemrest/capybara

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
)