all repos — flounder @ d6be68418a350fc835a86dd82bba9935d7a609ba

A small site builder for the Gemini protocol

go.mod (view raw)

 1module git.sr.ht/flounder
 2
 3go 1.15
 4
 5require (
 6	git.sr.ht/~adnano/gmi v0.1.0-alpha.2
 7	github.com/BurntSushi/toml v0.3.1
 8	github.com/gorilla/handlers v1.5.1
 9	golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d
10	golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
11)