diff options
| author | 2024-01-22 09:35:23 +0000 | |
|---|---|---|
| committer | 2024-01-22 09:35:23 +0000 | |
| commit | a858831387f5e423c855ff3c5611fc80209f44b0 (patch) | |
| tree | 059dcfc37228670e1e2aa20db4a36bb3cef40ef6 /go.mod | |
| parent | [bugfix] fix array type for also_known_as_uris (#2553) (diff) | |
| download | gotosocial-a858831387f5e423c855ff3c5611fc80209f44b0.tar.xz | |
[chore]: Bump github.com/KimMachineGun/automemlimit from 0.4.0 to 0.5.0 (#2560)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,7 @@ require ( codeberg.org/gruf/go-structr v0.1.1 codeberg.org/superseriousbusiness/exif-terminator v0.7.0 github.com/DmitriyVTitov/size v1.5.0 - github.com/KimMachineGun/automemlimit v0.4.0 + github.com/KimMachineGun/automemlimit v0.5.0 github.com/abema/go-mp4 v1.1.1 github.com/buckket/go-blurhash v1.1.0 github.com/coreos/go-oidc/v3 v3.9.0 @@ -143,6 +143,7 @@ require ( github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/opencontainers/runtime-spec v1.0.2 // indirect + github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect github.com/pelletier/go-toml/v2 v2.1.1 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
