diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-15 18:18:14 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-15 18:18:14 +0700 |
| commit | 5247a96c9b0adce5e38460ad2d0ef5028e34b768 (patch) | |
| tree | 0a322abb88ce537bf2d77b8fc4a980eb6e1a9ed1 /go.mod | |
| parent | dd4d5695064c37ebb479ee833d88c666bf8897c5 (diff) | |
| download | spdxconv-5247a96c9b0adce5e38460ad2d0ef5028e34b768.tar.xz | |
go.mod: update pakakeh.go to tip
The latest tip fix git ignore pattern for "**/foo/**".
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ module git.sr.ht/~shulhan/spdxconv go 1.24.0 require ( - git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260114074200-83aa06572a83 + git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260115103415-806359d5462f github.com/BurntSushi/toml v1.6.0 ) |
