Skip to content

Commit d72e36a

Browse files
authored
Merge pull request #7 from GeoNet/module-name
fix: don't use own fork's module name
2 parents 6f35bd2 + 0c86dfa commit d72e36a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
module github.com/GeoNet/fastschema
1+
module github.com/fastschema/fastschema
22

33
go 1.24
44

55
toolchain go1.24.7
66

7-
replace github.com/fastschema/fastschema => ./
8-
97
require (
108
ariga.io/atlas v0.36.1
119
cloud.google.com/go/auth v0.16.2

0 commit comments

Comments
 (0)