git.alexw.nyc home about git garden
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
module github.com/alexwennerberg/flounder

go 1.15

require (
	git.sr.ht/~adnano/go-gemini v0.2.2
	git.sr.ht/~aw/gorilla-feeds v1.1.3
	github.com/BurntSushi/toml v0.3.1
	github.com/gorilla/sessions v1.2.1
	github.com/kr/pretty v0.2.1 // indirect
	github.com/mattn/go-sqlite3 v1.14.6
	github.com/mitchellh/go-finger v0.0.0-20170709001451-be12f0ff8b97
	github.com/pkg/sftp v1.12.0
	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
	golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
	golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
	golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
)