vendor: dep ensure changes

This commit is contained in:
Nick Craig-Wood 2018-02-05 09:10:45 +00:00
parent 82418c3021
commit f4a5489d19
2 changed files with 7 additions and 4 deletions

8
Gopkg.lock generated
View file

@ -93,10 +93,10 @@
version = "v1.0.4" version = "v1.0.4"
[[projects]] [[projects]]
branch = "master"
name = "github.com/coreos/bbolt" name = "github.com/coreos/bbolt"
packages = ["."] packages = ["."]
revision = "48ea1b39c25fc1bab3506fbc712ecbaa842c4d2d" revision = "ee30b748bcfbd74ec1d8439ae8fd4f9123a5c94e"
version = "v1.3.1-coreos.6"
[[projects]] [[projects]]
name = "github.com/cpuguy83/go-md2man" name = "github.com/cpuguy83/go-md2man"
@ -392,7 +392,7 @@
branch = "master" branch = "master"
name = "google.golang.org/api" name = "google.golang.org/api"
packages = [ packages = [
"drive/v2", "drive/v3",
"gensupport", "gensupport",
"googleapi", "googleapi",
"googleapi/internal/uritemplates", "googleapi/internal/uritemplates",
@ -427,6 +427,6 @@
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"
analyzer-version = 1 analyzer-version = 1
inputs-digest = "4dfe75b3ebfff3e7b40e2983d8c014f9e4d98fed08c3fe454f1dc890589e6960" inputs-digest = "ad6c96ca62ee6a305b6083c53f2f4939d8ae22ee6163ad84b1f09d8fcbcd1ff7"
solver-name = "gps-cdcl" solver-name = "gps-cdcl"
solver-version = 1 solver-version = 1

View file

@ -7,3 +7,6 @@ const maxMapSize = 0x7FFFFFFF // 2GB
// maxAllocSize is the size used when creating array pointers. // maxAllocSize is the size used when creating array pointers.
const maxAllocSize = 0xFFFFFFF const maxAllocSize = 0xFFFFFFF
// Are unaligned load/stores broken on this arch?
var brokenUnaligned = false