Skip to content

Commit

Permalink
Merge pull request 99designs#271 from kevinburkeomg/update-go-keychain
Browse files Browse the repository at this point in the history
Update go-keychain to resolve Go 1.11 compilation issue
  • Loading branch information
lox authored Aug 1, 2018
2 parents ae56f73 + a37810c commit b496dcc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
language: go
go_import_path: github.com/99designs/aws-vault

install:
- go get -u github.com/kardianos/govendor
- govendor status

go:
- "1.8"
- "1.9"
- "1.10"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "master"

os:
- linux
- osx

osx_image: xcode7.3
8 changes: 4 additions & 4 deletions vendor/github.com/keybase/go-keychain/corefoundation_1.10.go

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

4 changes: 2 additions & 2 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@
"revisionTime": "2016-09-29T23:03:56Z"
},
{
"checksumSHA1": "9KGH+mjtBmc7T089X/OwDjtypao=",
"checksumSHA1": "SDnp6hhfnz8PkCZh1emnNz0ZVWA=",
"path": "github.com/keybase/go-keychain",
"revision": "70b98e9c8d754db775c5bd3b2de3670cc76f1825",
"revision": "15d3657f24fc7e290714ab795239c5bb33b091ea",
"revisionTime": "2018-03-06T22:15:04Z"
},
{
Expand Down

0 comments on commit b496dcc

Please sign in to comment.