diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-22 20:11:57 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-22 20:12:34 +0700 |
| commit | 62bf073d3d5b55a7e76cf5d9cebefdc9c00cbcee (patch) | |
| tree | ecd71be835eea9fcadca2d1295c3f7dc9c11b371 /go.mod | |
| parent | 4ec4ca7d83320151bdc1894f0b2a5d31661ad6b0 (diff) | |
| download | awwan-62bf073d3d5b55a7e76cf5d9cebefdc9c00cbcee.tar.xz | |
all: replace module "share" with "pakakeh.go"
The "share" project has been moved to SourceHut with new name
"pakakeh.go".
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -3,28 +3,28 @@ module git.sr.ht/~shulhan/awwan -go 1.20 +go 1.21 require ( - git.sr.ht/~shulhan/ciigo v0.11.0 + git.sr.ht/~shulhan/ciigo v0.11.1-0.20240321082653-aed750e52cec + git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240321104707-cee16b8ead85 github.com/evanw/esbuild v0.19.8 - github.com/shuLhan/share v0.53.0 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.5.1 // indirect - github.com/yuin/goldmark v1.6.0 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.5.2-0.20240305110034-dc67158aeeb6 // indirect + github.com/yuin/goldmark v1.7.0 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/crypto v0.18.0 // indirect - golang.org/x/net v0.20.0 // indirect - golang.org/x/sys v0.16.0 // indirect - golang.org/x/term v0.16.0 // indirect + golang.org/x/crypto v0.21.0 // indirect + golang.org/x/net v0.22.0 // indirect + golang.org/x/sys v0.18.0 // indirect + golang.org/x/term v0.18.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) replace github.com/evanw/esbuild => github.com/shuLhan/esbuild v0.19.9-0.20231209212032-2dc984ffc5f1 -replace golang.org/x/crypto => git.sr.ht/~shulhan/go-x-crypto v0.17.1-0.20231222080754-445dd75cd339 +replace golang.org/x/crypto => git.sr.ht/~shulhan/go-x-crypto v0.21.1-0.20240316083930-db093b454c7e //replace github.com/shuLhan/share => ../share |
