diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-06 02:51:32 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-06 02:52:36 +0700 |
| commit | 084bc28cf0a781d171bb2cb17f939e2384c120b0 (patch) | |
| tree | b3e3bf3eae6b86550eb7e8d2816a47214f2da083 /go.mod | |
| parent | c358921275fb6c847ed6f9a266712fb1b3488c07 (diff) | |
| download | gorankusu-0.6.1.tar.xz | |
Release gorankusu v0.6.1 (2024-04-06)v0.6.1
This release replace "share" module with "pakakeh.go".
The "share" module repository has been moved to SourceHut with new name
"pakakeh.go". For more information about the changes see pakakeh.go
project at https://sr.ht/~shulhan/pakakeh.go.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -6,24 +6,24 @@ module git.sr.ht/~shulhan/gorankusu 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.20240315075343-713d51e4792f + git.sr.ht/~shulhan/ciigo v0.12.0 + git.sr.ht/~shulhan/pakakeh.go v0.54.0 github.com/tsenart/vegeta/v12 v12.11.1 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.5.2-0.20240305110034-dc67158aeeb6 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.5.2 // 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.7.0 // 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/net v0.23.0 // indirect golang.org/x/sync v0.6.0 // indirect - golang.org/x/sys v0.18.0 // indirect + golang.org/x/sys v0.19.0 // indirect golang.org/x/text v0.14.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v2 v2.4.0 // indirect |
