diff options
| author | Shulhan <ms@kilabit.info> | 2024-07-06 17:22:46 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-07-06 17:22:46 +0700 |
| commit | bb1378e4bbd90e9848ad876ef8ff13b970001342 (patch) | |
| tree | e164ba1eaaf926438a60545ae86a63a9e38c09c1 /go.mod | |
| parent | 606c6a00f630f4c1d6811fde8c4e5b5e3ddd3f6d (diff) | |
| download | rescached-bb1378e4bbd90e9848ad876ef8ff13b970001342.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -6,17 +6,17 @@ module git.sr.ht/~shulhan/rescached go 1.22.0 require ( - git.sr.ht/~shulhan/ciigo v0.11.1-0.20240321082653-aed750e52cec - git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240326160702-71eaafc5119b + git.sr.ht/~shulhan/ciigo v0.13.0 + git.sr.ht/~shulhan/pakakeh.go v0.55.1 ) 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/net v0.22.0 // indirect - golang.org/x/sys v0.18.0 // indirect + golang.org/x/net v0.24.0 // indirect + golang.org/x/sys v0.19.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) -//replace git.sr.ht/~shulhan/pakakeh.go => /home/ms/go/src/git.sr.ht/~shulhan/pakakeh.go +// replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
