Skip to content

Commit 4dce4a9

Browse files
committed
Don't upgrade terminal-to-html at the moment because of upstream tag problem
1 parent 86a32eb commit 4dce4a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/aws/aws-sdk-go-v2/service/codecommit v1.28.1
3333
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
3434
github.com/blevesearch/bleve/v2 v2.4.2
35-
github.com/buildkite/terminal-to-html/v3 v3.16.7
35+
github.com/buildkite/terminal-to-html/v3 v3.16.6
3636
github.com/caddyserver/certmagic v0.22.0
3737
github.com/charmbracelet/git-lfs-transfer v0.2.0
3838
github.com/chi-middleware/proxy v1.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=
188188
github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdbAV9g4c=
189189
github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=
190190
github.com/bsm/gomega v1.27.10/go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0H+O0=
191-
github.com/buildkite/terminal-to-html/v3 v3.16.7 h1:XRNIchLG+GOGPdV9DvWxCvbr7OJrGDXEnMtpUcg8OR0=
192-
github.com/buildkite/terminal-to-html/v3 v3.16.7/go.mod h1:RBJkCqWiczbV5ZiZQ1F6d7mA5/a4VdBzuuqiQbyr/3U=
191+
github.com/buildkite/terminal-to-html/v3 v3.16.6 h1:QKHWPjAnKQnV1hVG/Nb2TwYDr4pliSbvCQDENk8EaJo=
192+
github.com/buildkite/terminal-to-html/v3 v3.16.6/go.mod h1:PgzeBymbRFC8I2m46Sci3S18AbwonEgpaz3TGhD7EPs=
193193
github.com/caddyserver/certmagic v0.22.0 h1:hi2skv2jouUw9uQUEyYSTTmqPZPHgf61dOANSIVCLOw=
194194
github.com/caddyserver/certmagic v0.22.0/go.mod h1:Vc0msarAPhOagbDc/SU6M2zbzdwVuZ0lkTh2EqtH4vs=
195195
github.com/caddyserver/zerossl v0.1.3 h1:onS+pxp3M8HnHpN5MMbOMyNjmTheJyWRaZYwn+YTAyA=

0 commit comments

Comments
 (0)