diff options
| author | Christine Dodrill <me@christine.website> | 2019-03-21 07:34:38 -0700 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-03-21 07:34:38 -0700 |
| commit | 3906ceaa2d77adbbfa50627484bc17fd0f52d365 (patch) | |
| tree | 32b022680298f4ce98d5c262454d43a162376b4b /go.mod | |
| parent | 526d9de73c9b43d19d9cef7df8e75b6ccae5e16c (diff) | |
| download | xesite-3906ceaa2d77adbbfa50627484bc17fd0f52d365.tar.xz xesite-3906ceaa2d77adbbfa50627484bc17fd0f52d365.zip | |
update dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -3,22 +3,23 @@ module christine.website require ( github.com/Xe/gopreload v0.0.0-20170326043426-a00a8beb369c github.com/Xe/jsonfeed v0.0.0-20170520170432-e21591505612 - github.com/davecgh/go-spew v1.1.1 // indirect - github.com/google/gops v0.3.2 - github.com/gorilla/feeds v1.0.0 - github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect + 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/pmezard/go-difflib v1.0.0 // indirect github.com/povilasv/prommod v0.0.11 github.com/prometheus/client_golang v0.9.2 - github.com/russross/blackfriday v0.0.0-20170806171014-cadec560ec52 - github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect + github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect + github.com/prometheus/common v0.2.0 // indirect + github.com/prometheus/procfs v0.0.0-20190319124303-40f3c57fb198 // indirect + github.com/russross/blackfriday v2.0.0+incompatible + github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect github.com/st3fan/jsonfeed v0.0.0-20170519104842-498b2850d26b // indirect - github.com/stretchr/testify v1.2.2 // indirect + github.com/stretchr/testify v1.3.0 // indirect github.com/tj/front v0.0.0-20170212063142-739be213b0a1 - golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect - within.website/ln v0.5.1 + within.website/ln v0.5.2 ) |
