aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-03-21 07:35:58 -0700
committerChristine Dodrill <me@christine.website>2019-03-21 07:35:58 -0700
commit47ddf59c12bc8827dafa80383c6c7b0595fecab1 (patch)
tree5b09c7a7ca2a77ea6ff8a3e16b7c4ff18d285d04 /go.mod
parent3906ceaa2d77adbbfa50627484bc17fd0f52d365 (diff)
downloadxesite-47ddf59c12bc8827dafa80383c6c7b0595fecab1.tar.xz
xesite-47ddf59c12bc8827dafa80383c6c7b0595fecab1.zip
remove gops and gopreload
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 0 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 3ad27fa..fffb7fd 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,9 @@
module christine.website
require (
- github.com/Xe/gopreload v0.0.0-20170326043426-a00a8beb369c
github.com/Xe/jsonfeed v0.0.0-20170520170432-e21591505612
github.com/golang/protobuf v1.3.1 // indirect
- github.com/google/gops v0.3.6
github.com/gorilla/feeds v1.1.0
- github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/povilasv/prommod v0.0.11