summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-19 13:44:20 +0200
committerLibravatar GitHub <noreply@github.com>2023-04-19 13:44:20 +0200
commitc5f61c456b3ab73007b96a05e7de4486918fc775 (patch)
tree0e53c9e5da6e8c469452a3eae1f5fa5ac9a5f142 /go.mod
parent[chore]: Bump github.com/minio/minio-go/v7 from 7.0.50 to 7.0.52 (#1703) (diff)
downloadgotosocial-c5f61c456b3ab73007b96a05e7de4486918fc775.tar.xz
[chore]: Bump mvdan.cc/xurls/v2 from 2.4.0 to 2.5.0 (#1702)
Bumps [mvdan.cc/xurls/v2](https://github.com/mvdan/xurls) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/mvdan/xurls/releases) - [Commits](https://github.com/mvdan/xurls/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: mvdan.cc/xurls/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 eb396c11a..5163c12a6 100644
--- a/go.mod
+++ b/go.mod
@@ -62,7 +62,7 @@ require (
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/sqlite v1.21.1
- mvdan.cc/xurls/v2 v2.4.0
+ mvdan.cc/xurls/v2 v2.5.0
)
require (
@@ -148,7 +148,7 @@ require (
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
- golang.org/x/mod v0.8.0 // indirect
+ golang.org/x/mod v0.10.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/appengine v1.6.7 // indirect