diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-24 15:09:33 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-24 15:09:33 +0700 |
| commit | f5aa31cc48e78816d6eec75a03be4abdd7cb6649 (patch) | |
| tree | 8692e5e0b186407ec779b137397aa21fa81e790d /go.mod | |
| parent | 9e7d6accdee5e0620bd9605d0cb225444671e1ce (diff) | |
| download | gorankusu-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |
