diff options
| author | 2021-07-28 11:42:26 +0200 | |
|---|---|---|
| committer | 2021-07-28 11:42:26 +0200 | |
| commit | ea8ad8b346978b04b067eead8e1f2bbc3c1bfb45 (patch) | |
| tree | ce500bce803f944702677c29d83a9ae858246376 /go.mod | |
| parent | build and bundle admin console + web assets (#119) (diff) | |
| download | gotosocial-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.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |
