aboutsummaryrefslogtreecommitdiffstats
path: root/skate/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'skate/go.mod')
-rw-r--r--skate/go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/skate/go.mod b/skate/go.mod
index ed7ca25..13804b3 100644
--- a/skate/go.mod
+++ b/skate/go.mod
@@ -13,5 +13,6 @@ require (
github.com/sethgrid/pester v1.1.0
github.com/tidwall/gjson v1.7.5
golang.org/x/text v0.3.6
- mvdan.cc/xurls/v2 v2.2.0
+ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
+ mvdan.cc/xurls/v2 v2.3.0
)