diff options
| author | Shulhan <ms@kilabit.info> | 2023-05-25 19:49:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-05-25 19:49:54 +0700 |
| commit | fcec10ed0f6f128918a5973e1fde7d470bb7e487 (patch) | |
| tree | 7c4c2c8a0c6c22cbe52ce2ea83e133c6ebebae2b /go.mod | |
| parent | 0da704e3eec17a7a88548c78134f8bc3e23f08f5 (diff) | |
| download | kilabit.info-fcec10ed0f6f128918a5973e1fde7d470bb7e487.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,16 +1,19 @@ module git.sr.ht/~shulhan/kilabit.info -go 1.18 +go 1.19 require ( - git.sr.ht/~shulhan/ciigo v0.9.3 - github.com/shuLhan/share v0.44.0 + git.sr.ht/~shulhan/ciigo v0.10.0 + github.com/shuLhan/share v0.46.0 ) require ( git.sr.ht/~shulhan/asciidoctor-go v0.4.1 // indirect + github.com/yuin/goldmark v1.5.4 // indirect + github.com/yuin/goldmark-meta v1.1.0 // indirect golang.org/x/net v0.7.0 // indirect golang.org/x/sys v0.5.0 // indirect + gopkg.in/yaml.v2 v2.3.0 // indirect ) //replace git.sr.ht/~shulhan/ciigo => ../ciigo |
