diff options
| author | Shulhan <ms@kilabit.info> | 2024-10-06 21:26:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-10-06 21:26:54 +0700 |
| commit | b8220db8d252fbc37f87bf5d0dbd9628110731f0 (patch) | |
| tree | 8db169618d15bffedfab10d1ac915e4f1154a3d8 /go.mod | |
| parent | 28d36afe90804221e474406d6d04998ec926543c (diff) | |
| download | ciigo-b8220db8d252fbc37f87bf5d0dbd9628110731f0.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
@@ -3,18 +3,18 @@ module git.sr.ht/~shulhan/ciigo -go 1.21 +go 1.22.0 require ( git.sr.ht/~shulhan/asciidoctor-go v0.6.0 - git.sr.ht/~shulhan/pakakeh.go v0.57.0 + git.sr.ht/~shulhan/pakakeh.go v0.58.0 github.com/yuin/goldmark v1.7.4 github.com/yuin/goldmark-meta v1.1.0 ) require ( - golang.org/x/net v0.29.0 // indirect - golang.org/x/sys v0.25.0 // indirect + golang.org/x/net v0.30.0 // indirect + golang.org/x/sys v0.26.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
