summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index ae55a26..de0ee05 100644
--- a/go.mod
+++ b/go.mod
@@ -3,11 +3,11 @@ module git.sr.ht/~shulhan/trunks
go 1.16
require (
- git.sr.ht/~shulhan/ciigo v0.6.1-0.20211017121420-36d729c71dd0
+ git.sr.ht/~shulhan/ciigo v0.7.0
github.com/dgryski/go-gk v0.0.0-20200319235926-a69029f61654 // indirect
github.com/influxdata/tdigest v0.0.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
- github.com/shuLhan/share v0.30.1-0.20211009182253-4cee5850bc7f
+ github.com/shuLhan/share v0.32.0
github.com/tsenart/vegeta/v12 v12.8.4
)