diff options
author | 2024-02-05 14:09:50 +0000 | |
---|---|---|
committer | 2024-02-05 14:09:50 +0000 | |
commit | 3cc51d5072a834202aa9e9bb449c41c0533d4f58 (patch) | |
tree | 453267045babf6f2ac2e402dc0de029ef0668c40 /go.mod | |
parent | [chore]: Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#2604) (diff) | |
download | gotosocial-3cc51d5072a834202aa9e9bb449c41c0533d4f58.tar.xz |
[chore]: Bump github.com/miekg/dns from 1.1.57 to 1.1.58 (#2606)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ require ( github.com/h2non/filetype v1.1.3 github.com/jackc/pgx/v5 v5.5.2 github.com/microcosm-cc/bluemonday v1.0.26 - github.com/miekg/dns v1.1.57 + github.com/miekg/dns v1.1.58 github.com/minio/minio-go/v7 v7.0.66 github.com/mitchellh/mapstructure v1.5.0 github.com/oklog/ulid v1.3.1 |