Skip to content

Commit dd5581b

Browse files
authored
Merge pull request #736 from meshery/move-module-name-to-meshery
bump schemas
2 parents 07307d6 + 387e7f6 commit dd5581b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replace (
99
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
1010
github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
1111

12-
// github.com/meshery/schemas v0.8.10 => ../schemas
12+
// github.com/meshery/schemas v0.8.14 => ../schemas
1313
)
1414

1515
require (
@@ -26,7 +26,7 @@ require (
2626
github.com/google/uuid v1.6.0
2727
github.com/kubernetes/kompose v1.35.0
2828
github.com/layer5io/meshery-operator v0.8.1
29-
github.com/meshery/schemas v0.8.14
29+
github.com/meshery/schemas v0.8.22
3030
github.com/nats-io/nats.go v1.38.0
3131
github.com/open-policy-agent/opa v1.0.1
3232
github.com/opencontainers/image-spec v1.1.0
@@ -114,6 +114,7 @@ require (
114114
github.com/docker/go-connections v0.5.0 // indirect
115115
github.com/docker/go-metrics v0.0.1 // indirect
116116
github.com/docker/go-units v0.5.0 // indirect
117+
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
117118
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
118119
github.com/emirpasic/gods v1.18.1 // indirect
119120
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
@@ -176,7 +177,6 @@ require (
176177
github.com/kylelemons/godebug v1.1.0 // indirect
177178
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
178179
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
179-
github.com/layer5io/meshkit v0.8.22 // indirect
180180
github.com/lib/pq v1.10.9 // indirect
181181
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
182182
github.com/magiconair/properties v1.8.9 // indirect
@@ -195,6 +195,7 @@ require (
195195
github.com/moby/locker v1.0.1 // indirect
196196
github.com/moby/patternmatcher v0.6.0 // indirect
197197
github.com/moby/spdystream v0.5.0 // indirect
198+
github.com/moby/sys/mountinfo v0.7.1 // indirect
198199
github.com/moby/sys/sequential v0.6.0 // indirect
199200
github.com/moby/sys/user v0.3.0 // indirect
200201
github.com/moby/sys/userns v0.1.0 // indirect

go.sum

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,6 @@ github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 h1:P6pPBnrTSX3DEVR4fDembhR
394394
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0/go.mod h1:vmVJ0l/dxyfGW6FmdpVm2joNMFikkuWg0EoCKLGUMNw=
395395
github.com/layer5io/meshery-operator v0.8.1 h1:AP6BTQ8fi5re4+o71vJ3NoQBuwfn+33EIYjabHU0Kxg=
396396
github.com/layer5io/meshery-operator v0.8.1/go.mod h1:Wi9ODHppoq8ODtzdfiplWYJXYpqsHOJfkJyTMQeNXk4=
397-
github.com/layer5io/meshkit v0.8.22 h1:OeGWSyxSqXkj92oQWdYGw4i124kdOhmR0Y49lBduybw=
398-
github.com/layer5io/meshkit v0.8.22/go.mod h1:M9tQEgvU0sVcLuU7Knq6FE0M3s8ezod947tMgsP0DVI=
399397
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
400398
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
401399
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=
@@ -418,8 +416,6 @@ github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxU
418416
github.com/mattn/go-sqlite3 v1.14.24 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM=
419417
github.com/mattn/go-sqlite3 v1.14.24/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
420418
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
421-
github.com/meshery/schemas v0.8.14 h1:4f7NGVQcpZEK6e5JvKvbo5WkDchVh+MFsNyf3LvbtzQ=
422-
github.com/meshery/schemas v0.8.14/go.mod h1:oJnVQASN/0K2y7wJ2rc1odcDb/g3AGRyGzfKqsPHuqg=
423419
github.com/miekg/dns v1.1.57 h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM=
424420
github.com/miekg/dns v1.1.57/go.mod h1:uqRjCRUuEAA6qsOiJvDd+CFo/vW+y5WR6SNmHE55hZk=
425421
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
@@ -706,6 +702,7 @@ golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7w
706702
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
707703
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
708704
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
705+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
709706
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
710707
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
711708
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 commit comments

Comments
 (0)