aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-06-08 23:33:09 +0700
committerShulhan <ms@kilabit.info>2024-06-08 23:33:09 +0700
commita36f12356cdceda9e437ebf50bea1f370b25c716 (patch)
tree859d2b0dd773d9f8009f40554c825bf0287565f8 /go.mod
parentda42a48ebec77232a90723a2dd35441402998b11 (diff)
downloadgorankusu-a36f12356cdceda9e437ebf50bea1f370b25c716.tar.xz
all: use [route.Path] to generate parameters
Using [route.String] does not works if the parameter can be empty, while [route.Path] replace all keys and return the path as is.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a5cb7ea..dc67870 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ go 1.21
require (
git.sr.ht/~shulhan/ciigo v0.13.0
- git.sr.ht/~shulhan/pakakeh.go v0.55.0
+ git.sr.ht/~shulhan/pakakeh.go v0.55.1-0.20240608161152-274ef1036f8a
github.com/tsenart/vegeta/v12 v12.11.1
golang.org/x/tools v0.22.0
)