Skip to content

Commit dfed820

Browse files
committed
chore: update schema version to latest with updated conections and yaml unmarshalling for NullTime type
Signed-off-by: Nikita B <[email protected]>
1 parent de754ba commit dfed820

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 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.27 => ../schemas
12+
// github.com/meshery/schemas v0.8.28 => ../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.27
29+
github.com/meshery/schemas v0.8.28
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxU
416416
github.com/mattn/go-sqlite3 v1.14.24 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM=
417417
github.com/mattn/go-sqlite3 v1.14.24/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
418418
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
419-
github.com/meshery/schemas v0.8.27 h1:SIdJPWndRZwyCoMOqkrjnNau/QXOikQ6qTqzNzpaalc=
420-
github.com/meshery/schemas v0.8.27/go.mod h1:97EY5vheaqaymzKfxxvSrQmML+lfg7BdTfFOS+cW1CE=
419+
github.com/meshery/schemas v0.8.28 h1:UiATR5+mVaMUMHmWi9e6xmMURQGhHdDh35yd1JYHTGQ=
420+
github.com/meshery/schemas v0.8.28/go.mod h1:97EY5vheaqaymzKfxxvSrQmML+lfg7BdTfFOS+cW1CE=
421421
github.com/miekg/dns v1.1.57 h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM=
422422
github.com/miekg/dns v1.1.57/go.mod h1:uqRjCRUuEAA6qsOiJvDd+CFo/vW+y5WR6SNmHE55hZk=
423423
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=

0 commit comments

Comments
 (0)