aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-10-11 01:04:52 +0700
committerShulhan <ms@kilabit.info>2021-10-11 01:04:52 +0700
commitef14597eac6c074ff682e082ae30a9d9c49d10a2 (patch)
treedff3d52247de54b8c20f8dbf1fcd5bd881c207aa /go.mod
parentedff37e399ea5408971f2fa1b8787bf21d3f5e6b (diff)
downloadgorankusu-ef14597eac6c074ff682e082ae30a9d9c49d10a2.tar.xz
go.mod: update to latest share and ciigo module
Changes, * share: fix the HTTP caching using ETag on the server * share: rename the terminology to generate Go source code to "embed" * ciigo: check markup modification time before converting to HTML
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 2fbdaaf..84e59ee 100644
--- a/go.mod
+++ b/go.mod
@@ -1,13 +1,13 @@
module git.sr.ht/~shulhan/trunks
-go 1.15
+go 1.16
require (
- git.sr.ht/~shulhan/ciigo v0.6.1-0.20210709052544-cd7bd3f1999a
+ git.sr.ht/~shulhan/ciigo v0.6.1-0.20211010143228-56488e32c04c
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.20210926171850-866092ce3131
+ github.com/shuLhan/share v0.30.1-0.20211009182253-4cee5850bc7f
github.com/tsenart/vegeta/v12 v12.8.4
)