diff options
| author | Shulhan <ms@kilabit.info> | 2024-06-28 10:56:41 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-06-28 10:56:41 +0700 |
| commit | 17d4e27f73159acab60ea445884addb895cbdec2 (patch) | |
| tree | 4b40e6a1cbe384edd7ea480ce6aedeb7b26bca14 /go.mod | |
| parent | 9d9185934024b1c82ee4d1bc43a88cbe09465361 (diff) | |
| download | ciigo-17d4e27f73159acab60ea445884addb895cbdec2.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
@@ -7,14 +7,14 @@ go 1.21 require ( git.sr.ht/~shulhan/asciidoctor-go v0.5.2 - git.sr.ht/~shulhan/pakakeh.go v0.55.0 - github.com/yuin/goldmark v1.7.1 + git.sr.ht/~shulhan/pakakeh.go v0.55.1 + github.com/yuin/goldmark v1.7.4 github.com/yuin/goldmark-meta v1.1.0 ) require ( - golang.org/x/net v0.24.0 // indirect - golang.org/x/sys v0.19.0 // indirect + golang.org/x/net v0.26.0 // indirect + golang.org/x/sys v0.21.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
