aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-04-24 15:09:33 +0700
committerShulhan <ms@kilabit.info>2024-04-24 15:09:33 +0700
commitf5aa31cc48e78816d6eec75a03be4abdd7cb6649 (patch)
tree8692e5e0b186407ec779b137397aa21fa81e790d /go.mod
parent9e7d6accdee5e0620bd9605d0cb225444671e1ce (diff)
downloadgorankusu-f5aa31cc48e78816d6eec75a03be4abdd7cb6649.tar.xz
all: refactoring form input for multipart form-data
This changes replace handling type for storing multipart form-data from "map[string][]byte" to [*multipart.Form] based on changes on module "pakakeh.go".
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 68ac808..5752026 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ go 1.21
require (
git.sr.ht/~shulhan/ciigo v0.12.0
- git.sr.ht/~shulhan/pakakeh.go v0.54.0
+ git.sr.ht/~shulhan/pakakeh.go v0.54.1-0.20240424075702-072a5866613a
github.com/tsenart/vegeta/v12 v12.11.1
golang.org/x/tools v0.20.0
)