diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-15 22:33:38 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-15 22:33:52 +0700 |
| commit | f5ad5d72693f685980409e898f553e5874c7f34a (patch) | |
| tree | 050c621eca1ca8fe710a78aee9fc81f61d457a1f /go.mod | |
| parent | c9b44f5620877fd6083b709d56b071adb06940a1 (diff) | |
| download | kilabit.info-f5ad5d72693f685980409e898f553e5874c7f34a.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,16 +3,16 @@ module git.sr.ht/~shulhan/kilabit.info go 1.20 require ( - git.sr.ht/~shulhan/ciigo v0.10.1-0.20231014033528-46bd8b68dc8c - github.com/shuLhan/share v0.50.1-0.20231029100815-d714934c3b42 + git.sr.ht/~shulhan/ciigo v0.11.0 + github.com/shuLhan/share v0.51.0 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.5.0 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.5.1 // indirect github.com/yuin/goldmark v1.6.0 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/net v0.17.0 // indirect - golang.org/x/sys v0.13.0 // indirect + golang.org/x/net v0.19.0 // indirect + golang.org/x/sys v0.15.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
