File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11module github.com/antlr4-go/antlr/v4
22
3- go 1.20
4-
5- require golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
3+ go 1.21
Original file line number Diff line number Diff line change 1- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA =
2- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e /go.mod h1:Kr81I6Kryrl9sr8s2FK3vxD90NdsKWRuOIl2O4CvYbA =
3- golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc h1:mCRnTeVUjcrhlRmO0VK8a6k6Rrf6TF9htwo2pJVSjIU =
4- golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc /go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w =
Original file line number Diff line number Diff line change 44
55package antlr
66
7- import "golang.org/x/exp/ slices"
7+ import "slices"
88
99// Represents an executor for a sequence of lexer actions which traversed during
1010// the Matching operation of a lexer rule (token).
You can’t perform that action at this time.
0 commit comments