Pin github.com/googleapis/gnostic to v0.4.0

See https://github.com/google/gnostic/pull/155
This commit is contained in:
TwinProduction
2020-12-25 02:40:39 -05:00
parent 83a5813daf
commit dea469d6fc
81 changed files with 8547 additions and 21524 deletions

25
vendor/golang.org/x/sys/plan9/race0.go generated vendored Normal file
View File

@ -0,0 +1,25 @@
// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build plan9,!race
package plan9
import (
"unsafe"
)
const raceenabled = false
func raceAcquire(addr unsafe.Pointer) {
}
func raceReleaseMerge(addr unsafe.Pointer) {
}
func raceReadRange(addr unsafe.Pointer, len int) {
}
func raceWriteRange(addr unsafe.Pointer, len int) {
}