diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-22 11:11:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 11:11:50 +0000 |
commit | 90f37e1a683bf28970844824ff5230092837373a (patch) | |
tree | fe520eecb7f0fea4f91efb56d0e42569ab979769 /vendor/github.com/miekg/pkcs11/.travis.yml | |
parent | b726d75f20822b4a23a679acd94696b924a6a374 (diff) | |
download | podman-90f37e1a683bf28970844824ff5230092837373a.tar.gz podman-90f37e1a683bf28970844824ff5230092837373a.tar.bz2 podman-90f37e1a683bf28970844824ff5230092837373a.zip |
build(deps): bump github.com/containers/ocicrypt from 1.1.2 to 1.1.3
Bumps [github.com/containers/ocicrypt](https://github.com/containers/ocicrypt) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/containers/ocicrypt/releases)
- [Commits](https://github.com/containers/ocicrypt/compare/v1.1.2...v1.1.3)
---
updated-dependencies:
- dependency-name: github.com/containers/ocicrypt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/miekg/pkcs11/.travis.yml')
-rw-r--r-- | vendor/github.com/miekg/pkcs11/.travis.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/miekg/pkcs11/.travis.yml b/vendor/github.com/miekg/pkcs11/.travis.yml deleted file mode 100644 index 687044d83..000000000 --- a/vendor/github.com/miekg/pkcs11/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: go -sudo: required -dist: trusty - -go: - - 1.9 - - tip - -script: - - go test -v ./... - -before_script: - - sudo apt-get update - - sudo apt-get -y install libsofthsm |