1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-19 21:10:15 +02:00

fix: upgrade goreleaser

Hopefully (works locally) fix #611.
This commit is contained in:
Alec Thomas 2022-03-02 06:21:58 +11:00
parent ac30dbedfc
commit bd0ae5073a
3 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
.goreleaser-0.182.1.pkg
.goreleaser-0.184.0.pkg

View File

@ -10,3 +10,9 @@ require (
github.com/mattn/go-colorable v0.1.12
github.com/mattn/go-isatty v0.0.14
)
require (
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
)