Bump dependencies

This commit is contained in:
Manuel Rüger
2023-05-22 21:09:35 +02:00
parent 6a63913a1e
commit cb5e4aa28a
2 changed files with 12 additions and 16 deletions

8
go.mod
View File

@@ -6,13 +6,13 @@ require (
github.com/dreampuf/mermaid.go v0.0.4-0.20220314184516-44d4f4fc9d39
github.com/kovetskiy/gopencils v0.0.0-20230119081704-a73db75b2f69
github.com/kovetskiy/lorg v1.2.0
github.com/reconquest/karma-go v0.0.0-20230425053540-765a8ab89f64
github.com/reconquest/karma-go v1.2.0
github.com/reconquest/pkg v1.3.0
github.com/reconquest/regexputil-go v0.0.0-20160905154124-38573e70c1f4
github.com/stretchr/testify v1.8.2
github.com/stretchr/testify v1.8.3
github.com/urfave/cli/v2 v2.25.3
github.com/yuin/goldmark v1.5.4
golang.org/x/tools v0.8.0
golang.org/x/tools v0.9.1
gopkg.in/yaml.v3 v3.0.1
)
@@ -34,6 +34,6 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/zazab/zhash v0.0.0-20210630080733-6e809466f8d3 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/sys v0.8.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)