diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-12 18:09:52 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-07-12 18:09:52 +0700 |
| commit | 172b04fdfdbb879993402d5f6f447e4258fa19f6 (patch) | |
| tree | fed0f1df3674ebc92a920877e67ac121421c489b /go.mod | |
| parent | b278a9314e102ef6d2a47688318c56855f838e61 (diff) | |
| download | duitku-172b04fdfdbb879993402d5f6f447e4258fa19f6.tar.xz | |
all: replace module share with pakakeh.go
The share module has been migrated and renamed to
git.sr.ht/~shulhan/pakakeh.go.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -5,12 +5,10 @@ module git.sr.ht/~shulhan/duitku go 1.23.4 -require ( - git.sr.ht/~shulhan/pakakeh.go v0.60.1 - github.com/shuLhan/share v0.49.0 -) +require git.sr.ht/~shulhan/pakakeh.go v0.60.1 require ( + golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // 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 |
