Skip to content

Commit 420d5d1

Browse files
committed
updating googleapis/gnostic to v0.1.0
per https://github.com/googleapis/gnostic/releases/tag/v0.1.0, the v0.1.0 was made specifically for use by k8s, but we still seem to be using a random SHA. Let's try to switch to a tagged version.
1 parent 4a55a55 commit 420d5d1

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
@@ -326,7 +326,7 @@ replace (
326326
github.com/google/renameio => github.com/google/renameio v0.1.0
327327
github.com/google/uuid => github.com/google/uuid v1.1.1
328328
github.com/googleapis/gax-go/v2 => github.com/googleapis/gax-go/v2 v2.0.4
329-
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
329+
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.1.0
330330
github.com/gophercloud/gophercloud => github.com/gophercloud/gophercloud v0.1.0
331331
github.com/gopherjs/gopherjs => github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
332332
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
@@ -255,8 +255,8 @@ github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm4
255255
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
256256
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
257257
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
258-
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k=
259-
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY=
258+
github.com/googleapis/gnostic v0.1.0 h1:rVsPeBmXbYv4If/cumu1AzZPwV58q433hvONV1UEZoI=
259+
github.com/googleapis/gnostic v0.1.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY=
260260
github.com/gophercloud/gophercloud v0.1.0 h1:P/nh25+rzXouhytV2pUHBb65fnds26Ghl8/391+sT5o=
261261
github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8=
262262
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)