diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-13 08:15:28 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-13 08:15:28 +0700 |
| commit | 565c279322e4a26f51718d53ad0e7c18e514279a (patch) | |
| tree | a4b043809ba7bfb62a13fcba4c05399d71b12408 /go.mod | |
| parent | 67d99e29809fbc07b889294b49e17f0df5e38f6f (diff) | |
| download | beku-main.tar.xz | |
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,15 +1,15 @@ module github.com/shuLhan/beku -go 1.23.4 +go 1.25.0 require ( - git.sr.ht/~shulhan/pakakeh.go v0.60.1 + git.sr.ht/~shulhan/pakakeh.go v0.61.0 golang.org/x/tools/go/vcs v0.1.0-deprecated ) require ( - golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect - golang.org/x/sys v0.32.0 // indirect + golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a // indirect + golang.org/x/sys v0.41.0 // indirect ) -//replace github.com/shuLhan/share => ../share +//replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
