Skip to content

Commit 677597b

Browse files
committed
update go-toolkit
1 parent 0b77846 commit 677597b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
66

7+
## [0.6.3] - 2025-12-08
8+
9+
### Changed
10+
11+
- The go-toolkit has been updated, and the version key present in WebPub manifests has changed from `https://github.com/readium/go-toolkit/releases` to `https://github.com/readium/go-toolkit#version`. This was done to reduce confusion as go-toolkit releases have been superseeded by cli releases
12+
713
## [0.6.2] - 2025-12-04
814

915
### Fixed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/gorilla/mux v1.8.1
1616
github.com/gotd/contrib v0.21.1
1717
github.com/pkg/errors v0.9.1
18-
github.com/readium/go-toolkit v0.13.0
18+
github.com/readium/go-toolkit v0.13.1
1919
github.com/spf13/cobra v1.10.1
2020
github.com/vmihailenco/go-tinylfu v0.2.2
2121
github.com/zeebo/xxh3 v1.0.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
245245
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
246246
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
247247
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
248-
github.com/readium/go-toolkit v0.13.0 h1:gF+veOwYc4a+M1pBnnQS8azRao9kIwnWOLbdVGpNZzA=
249-
github.com/readium/go-toolkit v0.13.0/go.mod h1:3J5gOFGpZ05eRIHRRpnJ1RGJtDqDv9PgQw7XHscx7ao=
248+
github.com/readium/go-toolkit v0.13.1 h1:q8xjFUqToCeFTD9WsrOB7nu54GAGQxcbrJPxSC9xhIo=
249+
github.com/readium/go-toolkit v0.13.1/go.mod h1:3J5gOFGpZ05eRIHRRpnJ1RGJtDqDv9PgQw7XHscx7ao=
250250
github.com/readium/xmlquery v0.0.0-20230106230237-8f493145aef4 h1:iEQhT4jOppg7EK/r4/1e4ULIeCsugv35O+sDlvce5Bo=
251251
github.com/readium/xmlquery v0.0.0-20230106230237-8f493145aef4/go.mod h1:S7gZ8KUgPbsdlF9/iomcwnU31iHMyFEO66+JFJE8uz8=
252252
github.com/relvacode/iso8601 v1.7.0 h1:BXy+V60stMP6cpswc+a93Mq3e65PfXCgDFfhvNNGrdo=

0 commit comments

Comments
 (0)