Skip to content

Commit 900164f

Browse files
alecthomasclaude
andcommitted
fix: use v3 version in cmd go.mod require lines
Goreleaser builds without the replace directive, so the require version must be valid for the v3 module path. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ad6e131 commit 900164f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/chroma/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25
55
replace github.com/alecthomas/chroma/v3 => ../../
66

77
require (
8-
github.com/alecthomas/chroma/v3 v2.26.1
8+
github.com/alecthomas/chroma/v3 v3.0.0-alpha.1
99
github.com/alecthomas/kong v1.15.0
1010
github.com/mattn/go-colorable v0.1.15
1111
github.com/mattn/go-isatty v0.0.22

cmd/chromad/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/alecthomas/chroma/v3/cmd/chromad
33
go 1.25
44

55
require (
6-
github.com/alecthomas/chroma/v3 v2.26.1
6+
github.com/alecthomas/chroma/v3 v3.0.0-alpha.1
77
github.com/alecthomas/kong v1.15.0
88
github.com/alecthomas/kong-hcl v1.0.1
99
github.com/gorilla/csrf v1.7.2

0 commit comments

Comments
 (0)