Skip to content

Commit 029ad0c

Browse files
committed
chore: go mod tidy
1 parent cf77e43 commit 029ad0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ go 1.24.5
44

55
require (
66
github.com/antlr4-go/antlr/v4 v4.13.1
7+
github.com/pkg/errors v0.9.1
78
github.com/stretchr/testify v1.10.0
89
)
910

1011
require (
1112
github.com/davecgh/go-spew v1.1.1 // indirect
12-
github.com/pkg/errors v0.9.1 // indirect
1313
github.com/pmezard/go-difflib v1.0.0 // indirect
1414
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
1515
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)