Build with go 1.23

This commit is contained in:
Manuel Rüger
2024-09-09 21:34:29 +02:00
parent 1e91fe184f
commit f7dda910c5
4 changed files with 9 additions and 11 deletions

8
go.mod
View File

@@ -1,8 +1,6 @@
module github.com/kovetskiy/mark
go 1.22
toolchain go1.22.5
go 1.23
require (
github.com/bmatcuk/doublestar/v4 v4.6.1
@@ -15,7 +13,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.4
github.com/yuin/goldmark v1.7.4
golang.org/x/tools v0.24.0
golang.org/x/tools v0.25.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -37,6 +35,6 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
github.com/zazab/zhash v0.0.0-20221031090444-2b0d50417446 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/sys v0.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)