From ba39fc577d78a082e5dd4b715c42a0d0b67b2a0e Mon Sep 17 00:00:00 2001 From: Bouke van der Bijl Date: Fri, 9 Feb 2024 22:10:33 +0100 Subject: [PATCH] Rename module to github.com/microsoft/go-winio The Microsoft GitHub organization uses a lowercase 'm', which other go modules from Microsoft also use. This module using an uppercase M can cause problems in certain build systems when using macOS which uses a case-insensitive build system by default: https://github.com/NixOS/nixpkgs/issues/273998 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 027729c7..99574129 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/Microsoft/go-winio +module github.com/microsoft/go-winio go 1.17