diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-01 01:48:13 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-11-01 01:48:13 +0700 |
| commit | 1a8e581111f254e08080e27512ae01f38ce5d77c (patch) | |
| tree | 459672d07174d0f560b04f0778a322542ae3e1fc /go.mod | |
| parent | 5c40a050d3e25243fa3697dd6676766e2e73adb2 (diff) | |
| download | kilabit.info-1a8e581111f254e08080e27512ae01f38ce5d77c.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
@@ -1,15 +1,15 @@ module git.sr.ht/~shulhan/kilabit.info -go 1.19 +go 1.20 require ( - git.sr.ht/~shulhan/ciigo v0.10.1-0.20231013081809-aa5ec477dceb - github.com/shuLhan/share v0.50.0 + git.sr.ht/~shulhan/ciigo v0.10.1-0.20231014033528-46bd8b68dc8c + github.com/shuLhan/share v0.50.1-0.20231029100815-d714934c3b42 ) require ( git.sr.ht/~shulhan/asciidoctor-go v0.5.0 // indirect - github.com/yuin/goldmark v1.5.6 // 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 |
