vendor: Update minio/sha256-simd (#5433)

* vendor: Update minio/sha256-simd

* Add go module stuff
This commit is contained in:
Audrius Butkevicius
2019-01-05 09:21:42 +00:00
committed by Jakob Borg
parent 158559023e
commit ad30192dca
24 changed files with 2600 additions and 3002 deletions

View File

@@ -1,21 +0,0 @@
sudo: required
dist: trusty
language: go
os:
- linux
- osx
osx_image: xcode7.2
go:
- 1.6
- 1.5
env:
- ARCH=x86_64
- ARCH=i686
script:
- diff -au <(gofmt -d .) <(printf "")
- go test -race -v ./...