|
1 |
| -module github.com/layer5io/meshkit |
| 1 | +module github.com/meshery/meshkit |
2 | 2 |
|
3 | 3 | go 1.23.4
|
4 | 4 |
|
@@ -26,6 +26,7 @@ require (
|
26 | 26 | github.com/google/uuid v1.6.0
|
27 | 27 | github.com/kubernetes/kompose v1.35.0
|
28 | 28 | github.com/layer5io/meshery-operator v0.8.1
|
| 29 | + github.com/layer5io/meshkit v0.8.29 |
29 | 30 | github.com/meshery/schemas v0.8.14
|
30 | 31 | github.com/nats-io/nats.go v1.38.0
|
31 | 32 | github.com/open-policy-agent/opa v1.0.1
|
@@ -114,7 +115,6 @@ require (
|
114 | 115 | github.com/docker/go-connections v0.5.0 // indirect
|
115 | 116 | github.com/docker/go-metrics v0.0.1 // indirect
|
116 | 117 | github.com/docker/go-units v0.5.0 // indirect
|
117 |
| - github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect |
118 | 118 | github.com/emicklei/go-restful/v3 v3.12.1 // indirect
|
119 | 119 | github.com/emirpasic/gods v1.18.1 // indirect
|
120 | 120 | github.com/evanphx/json-patch v5.9.0+incompatible // indirect
|
@@ -195,7 +195,6 @@ require (
|
195 | 195 | github.com/moby/locker v1.0.1 // indirect
|
196 | 196 | github.com/moby/patternmatcher v0.6.0 // indirect
|
197 | 197 | github.com/moby/spdystream v0.5.0 // indirect
|
198 |
| - github.com/moby/sys/mountinfo v0.7.1 // indirect |
199 | 198 | github.com/moby/sys/sequential v0.6.0 // indirect
|
200 | 199 | github.com/moby/sys/user v0.3.0 // indirect
|
201 | 200 | github.com/moby/sys/userns v0.1.0 // indirect
|
|
0 commit comments