diff options
author | 2024-06-24 08:07:15 +0000 | |
---|---|---|
committer | 2024-06-24 08:07:15 +0000 | |
commit | b9864e83a01bef962eef843cd441a162b937b4b0 (patch) | |
tree | 75f451990dbeb9f07e2e48f25e25de88bb6493df /go.mod | |
parent | [chore]: Bump github.com/yuin/goldmark from 1.7.2 to 1.7.3 (#3034) (diff) | |
download | gotosocial-b9864e83a01bef962eef843cd441a162b937b4b0.tar.xz |
[chore]: Bump github.com/minio/minio-go/v7 from 7.0.71 to 7.0.72 (#3037)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ require ( github.com/jackc/pgx/v5 v5.6.0 github.com/microcosm-cc/bluemonday v1.0.26 github.com/miekg/dns v1.1.61 - github.com/minio/minio-go/v7 v7.0.71 + github.com/minio/minio-go/v7 v7.0.72 github.com/mitchellh/mapstructure v1.5.0 github.com/ncruces/go-sqlite3 v0.16.3 github.com/oklog/ulid v1.3.1 |