aboutsummaryrefslogtreecommitdiff
path: root/go.sum
AgeCommit message (Collapse)Author
2026-02-13go.mod: update all dependenciesHEADmainShulhan
2025-07-12all: replace module share with pakakeh.goShulhan
The share module has been migrated and renamed to git.sr.ht/~shulhan/pakakeh.go.
2025-07-12all: use linter from package pakakeh.goShulhan
The gocheck linter implement go statis analysis using [Analyzer] that are not included in the default "go vet". [Analyzer]: https://pkg.go.dev/golang.org/x/tools/go/analysis#hdr-Analyzer
2023-08-17go.mod: update dependenciesShulhan
2023-03-09go.mod: update all dependenciesShulhan
2023-02-12go.mod: update all dependencies to latest releaseShulhan
2023-02-01go.mod: update the share moduleShulhan
The latest share module provide function to marshal struct to url.Values which we will need later for querying payment status.
2022-10-19duitku: library and HTTP client for duitku.comShulhan
Currently, the client provide API for fetching list of banks for disbursement. See https://docs.duitku.com/ for reference.