Skip to content

Commit

Permalink
fix: upgrade goreleaser
Browse files Browse the repository at this point in the history
Hopefully (works locally) fix #611.
  • Loading branch information
alecthomas committed Mar 1, 2022
1 parent ac30dbe commit bd0ae50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/goreleaser
6 changes: 6 additions & 0 deletions cmd/chroma/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit bd0ae50

Please sign in to comment.