diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-06 16:19:22 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-07-06 16:19:22 +0700 |
| commit | 76e44f0c738325ec7c1a64b2302a08320a8102b3 (patch) | |
| tree | 9df3b5851c20d062815329b1463bfffbe8a80fff /go.mod | |
| parent | bae56a2010ece755e3fb664b2428d0aaf73b4a9b (diff) | |
| download | beku-76e44f0c738325ec7c1a64b2302a08320a8102b3.tar.xz | |
all: replace module github.com/shuLhan/share with pakakeh.go
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,12 +1,15 @@ module github.com/shuLhan/beku -go 1.18 +go 1.23.4 require ( - github.com/shuLhan/share v0.44.0 - golang.org/x/tools v0.1.12 + git.sr.ht/~shulhan/pakakeh.go v0.60.1 + golang.org/x/tools/go/vcs v0.1.0-deprecated ) -require golang.org/x/sys v0.5.0 // indirect +require ( + golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect + golang.org/x/sys v0.32.0 // indirect +) //replace github.com/shuLhan/share => ../share |
