From 0c86dfa515eefa1b9e6b5cae54607798c94587df Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Thu, 2 Apr 2026 13:15:16 +1300 Subject: [PATCH] fix: don't use own fork's module name --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b6cfe3b..6144cbb 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,9 @@ -module github.com/GeoNet/fastschema +module github.com/fastschema/fastschema go 1.24 toolchain go1.24.7 -replace github.com/fastschema/fastschema => ./ - require ( ariga.io/atlas v0.36.1 cloud.google.com/go/auth v0.16.2