aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-07-12 23:08:58 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-07-12 23:18:44 -0400
commit904e37a88a6a2eab3919f7f2c40bbb2c07544a7c (patch)
tree07ec38801bf572a2933d51d272fc4cd3ab74b61c /go.mod
parente6d53f71c9718ecdb9fde16a924d75a71aadd2d2 (diff)
downloadgo-website-904e37a88a6a2eab3919f7f2c40bbb2c07544a7c.tar.gz
go-website-904e37a88a6a2eab3919f7f2c40bbb2c07544a7c.tar.xz
Add atom feed to the go website
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 0 insertions, 10 deletions
diff --git a/go.mod b/go.mod
index efa317a..0843585 100644
--- a/go.mod
+++ b/go.mod
@@ -3,20 +3,10 @@ module riedstra.dev/mitch/go-website
go 1.13
require (
- github.com/flimzy/diff v0.1.7 // indirect
- github.com/flimzy/testy v0.1.17 // indirect
- github.com/go-kivik/couchdb v2.0.0+incompatible
- github.com/go-kivik/kivik v2.0.0+incompatible
- github.com/go-kivik/kiviktest v2.0.0+incompatible // indirect
- github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gorilla/mux v1.8.0
github.com/kr/pretty v0.1.0 // indirect
- github.com/pkg/errors v0.9.1 // indirect
github.com/russross/blackfriday v2.0.0+incompatible
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
- gitlab.com/flimzy/testy v0.3.0 // indirect
- golang.org/x/net v0.0.0-20200925080053-05aa5d4ee321 // indirect
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)