blob: 0f1fe40ec51502697386ead1de40018c050301fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
module github.com/fuwn/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
)
|