Skip to content

Commit d5145ff

Browse files
authored
Merge pull request kubernetes#87107 from dims/updating-googleapis/gnostic-to-v0.1.0
updating googleapis/gnostic to v0.1.0
2 parents 6aa4c7e + 420d5d1 commit d5145ff

File tree

32 files changed

+55
-12
lines changed

32 files changed

+55
-12
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ require (
6767
github.com/google/go-cmp v0.3.0
6868
github.com/google/gofuzz v1.0.0
6969
github.com/google/uuid v1.1.1
70-
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
70+
github.com/googleapis/gnostic v0.1.0
7171
github.com/gorilla/context v1.1.1 // indirect
7272
github.com/gorilla/mux v1.7.0 // indirect
7373
github.com/hashicorp/golang-lru v0.5.1
@@ -329,7 +329,7 @@ replace (
329329
github.com/google/renameio => github.com/google/renameio v0.1.0
330330
github.com/google/uuid => github.com/google/uuid v1.1.1
331331
github.com/googleapis/gax-go/v2 => github.com/googleapis/gax-go/v2 v2.0.4
332-
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
332+
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.1.0
333333
github.com/gophercloud/gophercloud => github.com/gophercloud/gophercloud v0.1.0
334334
github.com/gopherjs/gopherjs => github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
335335
github.com/gorilla/context => github.com/gorilla/context v1.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm4
258258
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
259259
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
260260
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
261-
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k=
262-
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY=
261+
github.com/googleapis/gnostic v0.1.0 h1:rVsPeBmXbYv4If/cumu1AzZPwV58q433hvONV1UEZoI=
262+
github.com/googleapis/gnostic v0.1.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY=
263263
github.com/gophercloud/gophercloud v0.1.0 h1:P/nh25+rzXouhytV2pUHBb65fnds26Ghl8/391+sT5o=
264264
github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8=
265265
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=

staging/src/k8s.io/api/go.sum

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apiextensions-apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/google/go-cmp v0.3.0
1515
github.com/google/gofuzz v1.0.0
1616
github.com/google/uuid v1.1.1
17-
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
17+
github.com/googleapis/gnostic v0.1.0
1818
github.com/spf13/cobra v0.0.5
1919
github.com/spf13/pflag v1.0.5
2020
github.com/stretchr/testify v1.4.0

staging/src/k8s.io/apiextensions-apiserver/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apimachinery/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/google/go-cmp v0.3.0
1616
github.com/google/gofuzz v1.0.0
1717
github.com/google/uuid v1.1.1
18-
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
18+
github.com/googleapis/gnostic v0.1.0
1919
github.com/hashicorp/golang-lru v0.5.1
2020
github.com/json-iterator/go v1.1.8
2121
github.com/kr/pretty v0.1.0 // indirect

staging/src/k8s.io/apimachinery/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/google/go-cmp v0.3.0
2222
github.com/google/gofuzz v1.0.0
2323
github.com/google/uuid v1.1.1
24-
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
24+
github.com/googleapis/gnostic v0.1.0
2525
github.com/gorilla/websocket v1.4.0 // indirect
2626
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
2727
github.com/hashicorp/golang-lru v0.5.1

staging/src/k8s.io/apiserver/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/cli-runtime/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)