diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-06 00:27:06 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-06 00:27:06 +0700 |
| commit | f123985b0a028ecdfd08010cd9d38a95388e2c12 (patch) | |
| tree | 54207f7bfb3cf4ebfdfba0b9e7c691ebef6f0d41 /go.mod | |
| parent | 4d4a9269271fe45acb2a05b7c6d07f52babcdd9e (diff) | |
| download | awwan-f123985b0a028ecdfd08010cd9d38a95388e2c12.tar.xz | |
all: update module "pakakeh.go" to latest release
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -6,18 +6,18 @@ module git.sr.ht/~shulhan/awwan go 1.21 require ( - git.sr.ht/~shulhan/ciigo v0.11.1-0.20240321082653-aed750e52cec - git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240321104707-cee16b8ead85 + git.sr.ht/~shulhan/ciigo v0.12.0 + git.sr.ht/~shulhan/pakakeh.go v0.54.0 github.com/evanw/esbuild v0.19.8 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.5.2-0.20240305110034-dc67158aeeb6 // indirect - github.com/yuin/goldmark v1.7.0 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.5.2 // indirect + github.com/yuin/goldmark v1.7.1 // indirect github.com/yuin/goldmark-meta v1.1.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/net v0.23.0 // indirect + golang.org/x/sys v0.19.0 // indirect golang.org/x/term v0.18.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) @@ -26,6 +26,6 @@ replace github.com/evanw/esbuild => github.com/shuLhan/esbuild v0.19.9-0.2023120 replace golang.org/x/crypto => git.sr.ht/~shulhan/go-x-crypto v0.21.1-0.20240316083930-db093b454c7e -//replace github.com/shuLhan/share => ../share +//replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go //replace git.sr.ht/~shulhan/ciigo => ../ciigo |
