diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-16 17:40:06 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-16 17:40:06 +0700 |
| commit | e8e3cb778a2238fe915d05b690b9dbeb2c4e2a8a (patch) | |
| tree | b27ba3cac3899e2d2fe6ec2fa70eb92e85e8e9a8 /go.mod | |
| parent | 1e7d8e360eac2c815ac7b79ddf5ec11253833f95 (diff) | |
| download | haminer-e8e3cb778a2238fe915d05b690b9dbeb2c4e2a8a.tar.xz | |
all: replace module "share" with "pakakeh.go"
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ module git.sr.ht/~shulhan/haminer -go 1.18 +go 1.21 -require github.com/shuLhan/share v0.44.0 +require git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240315075343-713d51e4792f -require golang.org/x/sys v0.6.0 // indirect +require golang.org/x/sys v0.18.0 // indirect |
