Skip to content

Commit d1b4a75

Browse files
authored
Enable usage as go tools (#2893)
1 parent b1a646e commit d1b4a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/openapi2crd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module tools/openapi2crd
1+
module github.com/mongodb/mongodb-atlas-kubernetes/tools/openapi2crd
22

33
go 1.25
44

tools/scaffolder/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module tools/scaffolder
1+
module github.com/mongodb/mongodb-atlas-kubernetes/tools/scaffolder
22

33
go 1.25.1
44

0 commit comments

Comments
 (0)