aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-11-11 00:21:31 +0700
committerShulhan <ms@kilabit.info>2023-11-11 00:51:53 +0700
commitd7f511f688edcfd9602147bcbbb3658345f3edb4 (patch)
tree2576bd4b1f4edaff46a99be49fd47e3381429a60 /go.mod
parenta5d8e64356f4879b8e96e5e4bb63a4c051fb34fa (diff)
downloadgorankusu-d7f511f688edcfd9602147bcbbb3658345f3edb4.tar.xz
go.mod: update all dependencies
This changes set minimum Go version to version 1.20.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 8 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 664999f..2257a52 100644
--- a/go.mod
+++ b/go.mod
@@ -3,25 +3,26 @@
module git.sr.ht/~shulhan/trunks
-go 1.19
+go 1.20
require (
git.sr.ht/~shulhan/ciigo v0.10.0
- github.com/shuLhan/share v0.46.0
- github.com/tsenart/vegeta/v12 v12.8.4
+ github.com/shuLhan/share v0.50.2-0.20231107202614-fdb1c05d62a2
+ github.com/tsenart/vegeta/v12 v12.11.1
)
require (
git.sr.ht/~shulhan/asciidoctor-go v0.4.1 // indirect
- github.com/dgryski/go-gk v0.0.0-20200319235926-a69029f61654 // indirect
github.com/influxdata/tdigest v0.0.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
+ github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529 // 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
- golang.org/x/text v0.7.0 // indirect
+ golang.org/x/net v0.18.0 // indirect
+ golang.org/x/sync v0.5.0 // indirect
+ golang.org/x/sys v0.14.0 // indirect
+ golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)