diff options
| author | Shulhan <ms@kilabit.info> | 2024-01-25 18:16:37 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-01-25 18:16:37 +0700 |
| commit | ae60ff83f53d14bb9427c02695414afb20147051 (patch) | |
| tree | d8cbea6de3ffc5a03bfaeca9f0398647fa72e4b0 /go.mod | |
| parent | 07eb5a430d2b03f84949836e535c85bfcaeec01d (diff) | |
| download | gorankusu-ae60ff83f53d14bb9427c02695414afb20147051.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -6,24 +6,27 @@ module git.sr.ht/~shulhan/trunks go 1.20 require ( - git.sr.ht/~shulhan/ciigo v0.10.0 - github.com/shuLhan/share v0.50.2-0.20231107202614-fdb1c05d62a2 + git.sr.ht/~shulhan/ciigo v0.11.0 + github.com/shuLhan/share v0.52.0 github.com/tsenart/vegeta/v12 v12.11.1 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.4.1 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.5.1 // indirect github.com/influxdata/tdigest v0.0.1 // indirect github.com/josharian/intern v1.0.0 // indirect + github.com/kr/pretty v0.3.1 // indirect github.com/mailru/easyjson v0.7.7 // indirect + github.com/rogpeppe/go-internal v1.10.0 // indirect github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529 // indirect - github.com/yuin/goldmark v1.5.4 // indirect + github.com/yuin/goldmark v1.6.0 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/net v0.18.0 // indirect + golang.org/x/net v0.19.0 // indirect golang.org/x/sync v0.5.0 // indirect - golang.org/x/sys v0.14.0 // indirect + golang.org/x/sys v0.15.0 // indirect golang.org/x/text v0.14.0 // indirect - gopkg.in/yaml.v2 v2.3.0 // indirect + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect + gopkg.in/yaml.v2 v2.4.0 // indirect ) //replace github.com/shuLhan/share => ../share |
