commit 584e42fc5f8fe3650d01cd1ce3e73acc27d5f91d
parent 1e4e98598b7e5206a43c8445b820cb1dfe774e85
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date: Tue, 18 Nov 2025 08:22:10 -0300
mod: fix module name
Major version changes need to reflect that version in the module name.
Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/go.mod b/go.mod
@@ -1,4 +1,4 @@
-module git.sr.ht/~jackmordaunt/go-libwebp
+module git.sr.ht/~jackmordaunt/go-libwebp/v2
go 1.21