aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 84560cb..34a0633 100644
--- a/go.mod
+++ b/go.mod
@@ -3,10 +3,11 @@ module git.sr.ht/~shulhan/trunks
go 1.15
require (
+ git.sr.ht/~shulhan/ciigo v0.6.1-0.20210709052544-cd7bd3f1999a
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.29.3-0.20210912173028-f8efb407cb46
+ github.com/shuLhan/share v0.29.3-0.20210925141231-81f4c4593f54
github.com/tsenart/vegeta/v12 v12.8.4
)