Merge pull request #2129 from alixander/remove-directive
remove replace directive
This commit is contained in:
commit
91167c25db
1 changed files with 1 additions and 3 deletions
4
go.mod
generated
4
go.mod
generated
|
|
@ -4,10 +4,8 @@ go 1.23
|
||||||
|
|
||||||
toolchain go1.23.0
|
toolchain go1.23.0
|
||||||
|
|
||||||
replace cdr.dev/slog => cdr.dev/slog v1.4.2
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
cdr.dev/slog v1.6.1
|
cdr.dev/slog v1.4.2
|
||||||
github.com/PuerkitoBio/goquery v1.10.0
|
github.com/PuerkitoBio/goquery v1.10.0
|
||||||
github.com/alecthomas/chroma/v2 v2.14.0
|
github.com/alecthomas/chroma/v2 v2.14.0
|
||||||
github.com/dop251/goja v0.0.0-20240927123429-241b342198c2
|
github.com/dop251/goja v0.0.0-20240927123429-241b342198c2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue