aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-07-15 00:03:01 +0700
committerShulhan <ms@kilabit.info>2025-07-15 00:03:01 +0700
commit162c92d52484f18c68490d68fd1f375b59bea3c8 (patch)
treed0fe6f4a4f44bb525c27eb17e81b10e422a1f1d4 /go.mod
parent7dc39f66a28bf8493087dd0a102c02f5a064913e (diff)
downloadkbbi-162c92d52484f18c68490d68fd1f375b59bea3c8.tar.xz
all: replace fieldalignment and shadow with internal gocheck command
Program gocheck implement go static analysis using [Analyzer] that are not included in the default go vet. See package [lib/goanalysis] for more information. [Analyzer]: https://pkg.go.dev/golang.org/x/tools/go/analysis#hdr-Analyzer [lib/goanalysis]: https://pkg.go.dev/git.sr.ht/~shulhan/pakakeh.go/lib/goanalysis/
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 7 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 496a4f7..d136c43 100644
--- a/go.mod
+++ b/go.mod
@@ -6,13 +6,16 @@ module git.sr.ht/~shulhan/kbbi
go 1.23.4
require (
- git.sr.ht/~shulhan/pakakeh.go v0.59.0
- golang.org/x/net v0.34.0
+ git.sr.ht/~shulhan/pakakeh.go v0.60.1
+ golang.org/x/net v0.39.0
)
require (
- golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
- golang.org/x/sys v0.29.0 // indirect
+ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
+ golang.org/x/mod v0.24.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 git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go