diff options
| author | Shulhan <ms@kilabit.info> | 2024-06-07 23:50:38 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-06-07 23:50:38 +0700 |
| commit | 76b5cea092ceeacf657d2925294296d818a1cc84 (patch) | |
| tree | de6c9ca1f54cc5d78cfc03b78ac8b9061da3463d /go.mod | |
| parent | 26fc34edf54835a6caaca747f1a17ccc5beaeb72 (diff) | |
| download | kilabit.info-76b5cea092ceeacf657d2925294296d818a1cc84.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3,16 +3,16 @@ module git.sr.ht/~shulhan/kilabit.info go 1.21 require ( - git.sr.ht/~shulhan/ciigo v0.11.1-0.20240315075820-8a9875b04ea3 - git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240316090853-e892d3a24843 + git.sr.ht/~shulhan/ciigo v0.13.0 + git.sr.ht/~shulhan/pakakeh.go v0.55.0 ) 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.26.0 // indirect + golang.org/x/sys v0.21.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
