update dependencies

This commit is contained in:
Michael Eischer
2023-10-22 22:37:39 +02:00
parent 4b4f916bdc
commit 8c20301172
3 changed files with 85 additions and 116 deletions

View File

@@ -1,6 +1,8 @@
Change: Require Go 1.19 or newer
Change: Update dependencies and require Go 1.19 or newer
Since some libraries require newer library features, support for Go 1.18 has
been dropped, which means that restic now requires at least Go 1.19 to build.
We have updated all dependencies. Since some libraries require newer Go
standard library features, support for Go 1.18 has been dropped, which means
that restic now requires at least Go 1.19 to build.
https://github.com/restic/restic/pull/4532
https://github.com/restic/restic/pull/4533