aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2020-01-25 14:43:32 -0500
committerChristine Dodrill <me@christine.website>2020-01-25 14:43:32 -0500
commitf6d4cdfb9d40dcb105ff6f9216302e33fbef0d0d (patch)
tree1961efb3471f46ad906d9f72f5b5b77095202f29 /go.mod
parent216e8951a454ce22c950b07b35eaec09517cf0dd (diff)
downloadxesite-gopher-server.tar.xz
xesite-gopher-server.zip
start gopher supportgopher-server
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index c9ee30a..f4f918f 100644
--- a/go.mod
+++ b/go.mod
@@ -2,9 +2,11 @@ module christine.website
require (
github.com/celrenheit/sandflake v0.0.0-20190410195419-50a943690bc2
+ github.com/facebookarchive/flagenv v0.0.0-20160425205200-fcd59fca7456
github.com/gorilla/feeds v1.1.1
github.com/kr/pretty v0.1.0 // indirect
github.com/povilasv/prommod v0.0.12
+ github.com/prologic/go-gopher v0.0.0-20191226035442-664dbdb49f44
github.com/prometheus/client_golang v1.3.0
github.com/russross/blackfriday v2.0.0+incompatible
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
@@ -13,6 +15,7 @@ require (
github.com/stretchr/testify v1.4.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.7
+ within.website/gopher v0.0.0-20190609010210-2bdce020909a
within.website/ln v0.7.0
)