summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-07-28 11:42:26 +0200
committerLibravatar GitHub <noreply@github.com>2021-07-28 11:42:26 +0200
commitea8ad8b346978b04b067eead8e1f2bbc3c1bfb45 (patch)
treece500bce803f944702677c29d83a9ae858246376 /go.mod
parentbuild and bundle admin console + web assets (#119) (diff)
downloadgotosocial-ea8ad8b346978b04b067eead8e1f2bbc3c1bfb45.tar.xz
Link parsing (#120)
* add link parsing + formatting functionality * refinement + docs * add missing test * credit url library
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index bd7476d34..48febd4a6 100644
--- a/go.mod
+++ b/go.mod
@@ -55,4 +55,5 @@ require (
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
+ mvdan.cc/xurls/v2 v2.3.0
)