Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-02 17:42:13 +00:00
parent cb3c15abbc
commit c4c1288fe9
2 changed files with 9 additions and 3 deletions

6
go.mod
View File

@@ -3,10 +3,10 @@ module git.front.kjuulh.io/kjuulh/char
go 1.19
require (
github.com/hashicorp/go-hclog v1.3.1
github.com/hashicorp/go-plugin v1.4.6
github.com/hashicorp/go-hclog v1.4.0
github.com/hashicorp/go-plugin v1.4.9
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.2
golang.org/x/sync v0.1.0
gopkg.in/yaml.v3 v3.0.1
)