File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/modelcontextprotocol/registry
3
3
go 1.23.0
4
4
5
5
require (
6
+ github.com/caarlos0/env/v11 v11.3.1
6
7
github.com/google/uuid v1.6.0
7
8
github.com/swaggo/files v1.0.1
8
9
github.com/swaggo/http-swagger v1.3.4
@@ -11,7 +12,6 @@ require (
11
12
12
13
require (
13
14
github.com/KyleBanks/depth v1.2.1 // indirect
14
- github.com/caarlos0/env/v11 v11.3.1 // indirect
15
15
github.com/go-openapi/jsonpointer v0.21.1 // indirect
16
16
github.com/go-openapi/jsonreference v0.21.0 // indirect
17
17
github.com/go-openapi/spec v0.21.0 // indirect
@@ -33,3 +33,6 @@ require (
33
33
golang.org/x/tools v0.32.0 // indirect
34
34
gopkg.in/yaml.v3 v3.0.1 // indirect
35
35
)
36
+
37
+ // temporary replace directive to use local version of the module so we can share in different orgs
38
+ replace github.com/modelcontextprotocol/registry => ./
You can’t perform that action at this time.
0 commit comments