We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6852ec commit f490d74Copy full SHA for f490d74
2 files changed
CHANGELOG.md
@@ -31,6 +31,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
31
defaults (expire: 1day, formatter: plaintext, gzip: enabled).
32
- Remove duplicate error output in the main function.
33
34
+### Security
35
+
36
+- Upgrade to go1.26
37
+- Upgrade go dependencies
38
39
## [2.1.1] - 2025-09-08
40
41
### Fixed
go.mod
@@ -1,6 +1,6 @@
1
module go.gearno.de/privatebin/v2
2
3
-go 1.25
+go 1.26
4
5
require (
6
github.com/spf13/cobra v1.10.2
0 commit comments