diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-26 11:19:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 11:19:56 +0100 |
commit | 715a7518a793f5790e4c7db4600f03447915c037 (patch) | |
tree | e1df589a9fd71ebbfe42b7bc84c1ae8306068d4c /go.mod | |
parent | 469c2031fc1529ff81e1d8d9f05099ddca265174 (diff) | |
parent | 87f5701b9c9ed8fe630e7f6035471054ac6fe2a0 (diff) | |
download | podman-715a7518a793f5790e4c7db4600f03447915c037.tar.gz podman-715a7518a793f5790e4c7db4600f03447915c037.tar.bz2 podman-715a7518a793f5790e4c7db4600f03447915c037.zip |
Merge pull request #9097 from TomSweeneyRedHat/crypto_v3.0
Bump golang.org/x/crypto v3.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ require ( github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852 go.etcd.io/bbolt v1.3.5 go.uber.org/atomic v1.7.0 // indirect - golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 + golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3 |