aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-11 20:36:38 +0700
committerShulhan <ms@kilabit.info>2026-01-11 21:36:20 +0700
commite5daeb13cbd446a4fe882fb722d8d3359dd9bef9 (patch)
tree9a160c1f93e5f60852427b5c3e831b944c311aa5 /go.mod
parentc3fbfbeab5605e3e2d31dc9a8dd95e9ca7139145 (diff)
downloadspdxconv-e5daeb13cbd446a4fe882fb722d8d3359dd9bef9.tar.xz
all: ignore symlink, COPYING, LICENSE, and LICENSES
For symlink, we ignore for now. COPYING, LICENSE, and LICENSES are common files part of SPDX/reuse specifications. While at it, fix checking if path is ignored by git by passing the relative path instead of base name.
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 f42d1e6..43555f2 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ module git.sr.ht/~shulhan/spdxconv
go 1.24.0
-require git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260108173808-34693c1b7ab1
+require git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260111142917-cdfebe3f55dc
require (
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect