diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-04 21:45:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-04 21:45:27 +0700 |
| commit | 9a2bcad4d62c7fd93a3411e0a60cfa07c2b04051 (patch) | |
| tree | c0312b9823931100ee3cf2b3e1efbd165fc8c70a /go.sum | |
| parent | dc67158aeeb6035f0755a3156449a342edbf24b0 (diff) | |
| download | asciidoctor-go-9a2bcad4d62c7fd93a3411e0a60cfa07c2b04051.tar.xz | |
Release asciidoctor-go v0.5.2 (2023-04-04)v0.5.2
This release only contains chores.
* all: replace module "share" with "pakakeh.go"
The "share" module has been moved to new repository with new name at
"https://sr.ht/~shulhan/pakakeh.go".
For more information see the change logs at "pakakeh.go" module.
* all: comply with linter recommendations
Most of the code changes related to refactoring if-else witch switch
statement.
* all: replace if-else bytes.Equals with static string case comparisons
Using string instead of [bytes.Equal] give code much more readable.
Diffstat (limited to 'go.sum')
| -rw-r--r-- | go.sum | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240305092154-76510776395b h1:LtSlSrDg3Zw1ASfUi5enaHqefPWiWsPEDK+IlzSO72g= -git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240305092154-76510776395b/go.mod h1:C43kVQ9Dai9Ol3bCHi8VKeOtYzp+E8617jNBaIsmd8o= +git.sr.ht/~shulhan/pakakeh.go v0.54.0 h1:pwTQiJSyE5xTaWNR0FnWsszJ+0Z5hB2ufNLXcy8z0y8= +git.sr.ht/~shulhan/pakakeh.go v0.54.0/go.mod h1:ys7WNtXm03x0M59oqrqBjXnc+wRCX8JBXyE/W8+KVbw= |
