aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-12-06 23:27:28 +0700
committerShulhan <ms@kilabit.info>2021-12-06 23:27:28 +0700
commit3a48f4921eee7d55df6bb7f80a97edde10973026 (patch)
tree05c976cc295d62f21da9b9bce8d4b0e19636405d /go.mod
parent6f0525a32ce7b0917e1498899799e640c5e4db4c (diff)
downloadgorankusu-3a48f4921eee7d55df6bb7f80a97edde10973026.tar.xz
go.mod: update to latest share module
This changes update on how memfs initialized and GoEmbed called.
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
)