aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 7 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 3f3ab4b..b466752 100644
--- a/go.mod
+++ b/go.mod
@@ -3,23 +3,23 @@
module git.sr.ht/~shulhan/trunks
-go 1.18
+go 1.19
require (
- git.sr.ht/~shulhan/ciigo v0.9.1
- github.com/shuLhan/share v0.40.0
+ git.sr.ht/~shulhan/ciigo v0.9.3
+ github.com/shuLhan/share v0.46.0
github.com/tsenart/vegeta/v12 v12.8.4
)
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.3.1 // indirect
+ 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
- golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
- golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
- golang.org/x/text v0.3.7 // 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
)
//replace github.com/shuLhan/share => ../share