From 667afeb6bbac74af1fdeb7031739023d73e02c84 Mon Sep 17 00:00:00 2001 From: Emrecan BATI Date: Mon, 19 Feb 2024 04:01:47 +0300 Subject: [PATCH] Update standard library list for go1.22.0 (#186) Signed-off-by: Emrecan BATI --- pkg/section/standard_list.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/section/standard_list.go b/pkg/section/standard_list.go index 05e7999..551bba4 100644 --- a/pkg/section/standard_list.go +++ b/pkg/section/standard_list.go @@ -1,6 +1,6 @@ package section -// Code generated based on go1.21.0 X:arenas. DO NOT EDIT. +// Code generated based on go1.22.0 X:arenas. DO NOT EDIT. var standardPackages = map[string]struct{}{ "archive/tar": {}, @@ -78,6 +78,7 @@ var standardPackages = map[string]struct{}{ "go/scanner": {}, "go/token": {}, "go/types": {}, + "go/version": {}, "hash": {}, "hash/adler32": {}, "hash/crc32": {}, @@ -106,6 +107,7 @@ var standardPackages = map[string]struct{}{ "math/bits": {}, "math/cmplx": {}, "math/rand": {}, + "math/rand/v2": {}, "mime": {}, "mime/multipart": {}, "mime/quotedprintable": {},