We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf77e43 commit 029ad0cCopy full SHA for 029ad0c
1 file changed
go.mod
@@ -4,12 +4,12 @@ go 1.24.5
4
5
require (
6
github.com/antlr4-go/antlr/v4 v4.13.1
7
+ github.com/pkg/errors v0.9.1
8
github.com/stretchr/testify v1.10.0
9
)
10
11
12
github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/pkg/errors v0.9.1 // indirect
13
github.com/pmezard/go-difflib v1.0.0 // indirect
14
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
15
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments