aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-07-12 17:52:55 +0700
committerShulhan <ms@kilabit.info>2025-07-12 17:52:55 +0700
commitb278a9314e102ef6d2a47688318c56855f838e61 (patch)
tree286bd83608c6b61a99dd5b7a5d3c2b8dcfc41079 /go.mod
parent9d95a106f2bec29ba11706bd28b70851e1381056 (diff)
downloadduitku-b278a9314e102ef6d2a47688318c56855f838e61.tar.xz
all: use linter from package pakakeh.go
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
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 10 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 7d8fde2..1aab05a 100644
--- a/go.mod
+++ b/go.mod
@@ -3,13 +3,19 @@
module git.sr.ht/~shulhan/duitku
-go 1.19
+go 1.23.4
-require github.com/shuLhan/share v0.49.0
+require (
+ git.sr.ht/~shulhan/pakakeh.go v0.60.1
+ github.com/shuLhan/share v0.49.0
+)
require (
- golang.org/x/net v0.12.0 // indirect
- golang.org/x/sys v0.10.0 // indirect
+ golang.org/x/mod v0.24.0 // indirect
+ golang.org/x/net v0.39.0 // indirect
+ golang.org/x/sync v0.13.0 // indirect
+ golang.org/x/sys v0.32.0 // indirect
+ golang.org/x/tools v0.32.0 // indirect
)
//replace github.com/shuLhan/share => ../share