From cdbc4a8b14ec1e02373a0ac2c874f5e0dbae2dcf Mon Sep 17 00:00:00 2001 From: Silas Sewell Date: Tue, 3 Sep 2024 21:37:19 -0400 Subject: [PATCH] Update standard library list for go 1.23 (#214) Signed-off-by: Silas Sewell --- pkg/section/standard_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/section/standard_list.go b/pkg/section/standard_list.go index 56133cd..51699cf 100644 --- a/pkg/section/standard_list.go +++ b/pkg/section/standard_list.go @@ -1,6 +1,6 @@ package section -// Code generated based on go1.23rc1 X:boringcrypto,arenas. DO NOT EDIT. +// Code generated based on go1.23.0 X:boringcrypto,arenas. DO NOT EDIT. var standardPackages = map[string]struct{}{ "archive/tar": {},