diff options
| author | Shulhan <ms@kilabit.info> | 2024-09-07 17:35:24 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-09-07 17:35:24 +0700 |
| commit | eaa09b9d06e2e64b9f484c91d755617577a1bd37 (patch) | |
| tree | 3fe23f5ee423ba552685785c5c639aece465de65 /go.mod | |
| parent | ab30741ac2985444402ab00e3da127746a0b8fe0 (diff) | |
| download | ciigo-eaa09b9d06e2e64b9f484c91d755617577a1bd37.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,15 +6,15 @@ module git.sr.ht/~shulhan/ciigo go 1.21 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.5.3-0.20240815173049-e9b1dce76d78 - git.sr.ht/~shulhan/pakakeh.go v0.56.0 + git.sr.ht/~shulhan/asciidoctor-go v0.6.0 + git.sr.ht/~shulhan/pakakeh.go v0.57.0 github.com/yuin/goldmark v1.7.4 github.com/yuin/goldmark-meta v1.1.0 ) require ( - golang.org/x/net v0.27.0 // indirect - golang.org/x/sys v0.22.0 // indirect + golang.org/x/net v0.29.0 // indirect + golang.org/x/sys v0.25.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
