mirror of
https://github.com/sharkdp/bat.git
synced 2025-10-04 19:03:53 +01:00
tests: add syntax tests for go.mod and go.sum
This commit is contained in:
5
tests/syntax-tests/highlighted/Go/go.mod
vendored
Normal file
5
tests/syntax-tests/highlighted/Go/go.mod
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
[38;2;248;248;242mmodule hugeparam[0m
|
||||
|
||||
[38;2;248;248;242mgo 1.25.1[0m
|
||||
|
||||
[38;2;248;248;242mrequire golang.org/x/tools v0.37.0[0m
|
6
tests/syntax-tests/highlighted/Go/go.sum
vendored
Normal file
6
tests/syntax-tests/highlighted/Go/go.sum
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
[38;2;248;248;242mgolang.org/x/mod v0.28.0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U=[0m
|
||||
[38;2;248;248;242mgolang.org/x/mod v0.28.0/go.mod h1:yfB/L0NOf/kmEbXjzCPOx1iK1fRutOydrCMsqRhEBxI=[0m
|
||||
[38;2;248;248;242mgolang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug=[0m
|
||||
[38;2;248;248;242mgolang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=[0m
|
||||
[38;2;248;248;242mgolang.org/x/tools v0.37.0 h1:DVSRzp7FwePZW356yEAChSdNcQo6Nsp+fex1SUW09lE=[0m
|
||||
[38;2;248;248;242mgolang.org/x/tools v0.37.0/go.mod h1:MBN5QPQtLMHVdvsbtarmTNukZDdgwdwlO5qGacAzF0w=[0m
|
5
tests/syntax-tests/source/Go/go.mod
vendored
Normal file
5
tests/syntax-tests/source/Go/go.mod
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
module hugeparam
|
||||
|
||||
go 1.25.1
|
||||
|
||||
require golang.org/x/tools v0.37.0
|
6
tests/syntax-tests/source/Go/go.sum
vendored
Normal file
6
tests/syntax-tests/source/Go/go.sum
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
golang.org/x/mod v0.28.0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U=
|
||||
golang.org/x/mod v0.28.0/go.mod h1:yfB/L0NOf/kmEbXjzCPOx1iK1fRutOydrCMsqRhEBxI=
|
||||
golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug=
|
||||
golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
|
||||
golang.org/x/tools v0.37.0 h1:DVSRzp7FwePZW356yEAChSdNcQo6Nsp+fex1SUW09lE=
|
||||
golang.org/x/tools v0.37.0/go.mod h1:MBN5QPQtLMHVdvsbtarmTNukZDdgwdwlO5qGacAzF0w=
|
Reference in New Issue
Block a user