File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ module github.com/dolmen-go/goeval
22
33go 1.19
44
5- require golang.org/x/tools v0.5.0
6-
75require (
8- golang.org/x/mod v0.7.0 // indirect
9- golang.org/x/sys v0.4.0 // indirect
6+ golang.org/x/mod v0.12.0
7+ golang.org/x/tools v0.13.0
108)
9+
10+ require golang.org/x/sys v0.12.0 // indirect
Original file line number Diff line number Diff line change 1- golang.org/x/mod v0.7 .0 h1:LapD9S96VoQRhi/GrNTqeBJFrUjs5UHCAtTlgwA5oZA =
2- golang.org/x/mod v0.7 .0 /go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs =
3- golang.org/x/sys v0.4 .0 h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18 =
4- golang.org/x/sys v0.4 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
5- golang.org/x/tools v0.5 .0 h1:+bSpV5HIeWkuvgaMfI3UmKRThoTA5ODJTUd8T17NO+4 =
6- golang.org/x/tools v0.5 .0 /go.mod h1:N+Kgy78s5I24c24dU8OfWNEotWjutIs8SnJvn5IDq+k =
1+ golang.org/x/mod v0.12 .0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc =
2+ golang.org/x/mod v0.12 .0 /go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs =
3+ golang.org/x/sys v0.12 .0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o =
4+ golang.org/x/sys v0.12 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
5+ golang.org/x/tools v0.13 .0 h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ =
6+ golang.org/x/tools v0.13 .0 /go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58 =
You can’t perform that action at this time.
0 commit comments