aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index b97fd83..f15f431 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,12 @@
-module git.riedstra.us/mitch/go-website
+module git.riedstra.dev/mitch/go-website
go 1.13
require (
+ github.com/gorilla/mux v1.8.0
github.com/kr/pretty v0.1.0 // indirect
github.com/russross/blackfriday v2.0.0+incompatible
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
- gopkg.in/yaml.v2 v2.2.7
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)