Skip to content

Commit

Permalink
Vendorize updated crypto/blake2b to compile with go1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Sep 9, 2018
1 parent 0d0638b commit 3830836
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 55 deletions.
36 changes: 25 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,32 @@
sudo: false
language: go

os:
- linux

env:
- ARCH=x86_64

go:
- 1.10.4
- tip

matrix:
include:
- os: linux
env:
- ARCH=x86_64
go: 1.10.1
script:
- make test GOFLAGS="-race"
- make coverage
- diff -au <(gofmt -d *.go) <(printf "")
- diff -au <(gofmt -d cmd) <(printf "")
- diff -au <(gofmt -d pkg) <(printf "")
fast_finish: true
allow_failures:
- go: tip

addons:
apt:
packages:
- devscripts

script:
- make test GOFLAGS="-race"
- make coverage
- diff -au <(gofmt -d *.go) <(printf "")
- diff -au <(gofmt -d cmd) <(printf "")
- diff -au <(gofmt -d pkg) <(printf "")

after_success:
- bash <(curl -s https://codecov.io/bash)
68 changes: 68 additions & 0 deletions vendor/golang.org/x/crypto/blake2b/blake2b.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 10 additions & 16 deletions vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.s

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions vendor/golang.org/x/crypto/blake2b/blake2b_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions vendor/golang.org/x/crypto/blake2b/blake2b_amd64.s

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,10 @@
"revisionTime": "2018-03-12T18:51:34Z"
},
{
"checksumSHA1": "ppPg0bIlBAVJy0Pn13BfBnkp9V4=",
"checksumSHA1": "ejjxT0+wDWWncfh0Rt3lSH4IbXQ=",
"path": "golang.org/x/crypto/blake2b",
"revision": "182114d582623c1caa54f73de9c7224e23a48487",
"revisionTime": "2018-03-12T18:51:34Z"
"revision": "0709b304e793a5edb4a2c0145f281ecdc20838a4",
"revisionTime": "2018-08-31T22:38:59Z"
},
{
"checksumSHA1": "XeVtoYW/XdZj+VJpmHmPKcqJO+o=",
Expand Down

0 comments on commit 3830836

Please sign in to comment.