Skip to content

Commit 1e57055

Browse files
authored
feat: bump gowin32 for arm64 support (#5362)
* feat: bump gowin32 for arm64 support * build: regenerate notice
1 parent fc39d4d commit 1e57055

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8951,11 +8951,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
89518951

89528952
--------------------------------------------------------------------------------
89538953
Dependency : github.com/winlabs/gowin32
8954-
Version: v0.0.0-20221003142512-0d265587d3c9
8954+
Version: v0.0.0-20240828142606-3c8ae9954cab
89558955
Licence type (autodetected): Apache-2.0
89568956
--------------------------------------------------------------------------------
89578957

8958-
Contents of probable licence file $GOMODCACHE/github.com/winlabs/gowin32@v0.0.0-20221003142512-0d265587d3c9/LICENSE:
8958+
Contents of probable licence file $GOMODCACHE/github.com/winlabs/gowin32@v0.0.0-20240828142606-3c8ae9954cab/LICENSE:
89598959

89608960

89618961
Apache License

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ require (
5454
github.com/spf13/pflag v1.0.5
5555
github.com/stretchr/testify v1.9.0
5656
github.com/tsg/go-daemon v0.0.0-20200207173439-e704b93fd89b
57-
github.com/winlabs/gowin32 v0.0.0-20221003142512-0d265587d3c9
57+
github.com/winlabs/gowin32 v0.0.0-20240828142606-3c8ae9954cab
5858
go.elastic.co/apm/module/apmgorilla/v2 v2.6.0
5959
go.elastic.co/apm/module/apmgrpc/v2 v2.6.0
6060
go.elastic.co/apm/v2 v2.6.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1654,8 +1654,8 @@ github.com/vladimirvivien/gexe v0.2.0 h1:nbdAQ6vbZ+ZNsolCgSVb9Fno60kzSuvtzVh6Ytq
16541654
github.com/vladimirvivien/gexe v0.2.0/go.mod h1:LHQL00w/7gDUKIak24n801ABp8C+ni6eBht9vGVst8w=
16551655
github.com/vultr/govultr/v2 v2.17.2 h1:gej/rwr91Puc/tgh+j33p/BLR16UrIPnSr+AIwYWZQs=
16561656
github.com/vultr/govultr/v2 v2.17.2/go.mod h1:ZFOKGWmgjytfyjeyAdhQlSWwTjh2ig+X49cAp50dzXI=
1657-
github.com/winlabs/gowin32 v0.0.0-20221003142512-0d265587d3c9 h1:U8aCPFEMnxAEyj9IonhMVV1gSL4nzelh8uvoXp0hrq0=
1658-
github.com/winlabs/gowin32 v0.0.0-20221003142512-0d265587d3c9/go.mod h1:N51TYkG9JGR5sytj0EoPl31Xg2kuB507lxEmrwSNvfQ=
1657+
github.com/winlabs/gowin32 v0.0.0-20240828142606-3c8ae9954cab h1:jyEvCYk0V6owuSb+Yjpb+qtZjeT04+hTT2CTIPIIa2Q=
1658+
github.com/winlabs/gowin32 v0.0.0-20240828142606-3c8ae9954cab/go.mod h1:N51TYkG9JGR5sytj0EoPl31Xg2kuB507lxEmrwSNvfQ=
16591659
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
16601660
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ=
16611661
github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=

0 commit comments

Comments
 (0)