diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-20 20:10:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 20:10:51 +0200 |
commit | b0bfa0e6da7d1cb0673328cdcff18329ca18cabf (patch) | |
tree | 226b022eb0d7aef35ad65dcaa10c6a2ec9f56e7c /go.mod | |
parent | 09f8f14b4f7d09946d3d5cfc5460ec9923f7da59 (diff) | |
parent | f9c392f50a631a181bc2aa194b9c46504506d657 (diff) | |
download | podman-b0bfa0e6da7d1cb0673328cdcff18329ca18cabf.tar.gz podman-b0bfa0e6da7d1cb0673328cdcff18329ca18cabf.tar.bz2 podman-b0bfa0e6da7d1cb0673328cdcff18329ca18cabf.zip |
Merge pull request #6271 from jwhonce/wip/version
V2 API Version Support
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ go 1.12 require ( github.com/BurntSushi/toml v0.3.1 + github.com/blang/semver v3.5.1+incompatible github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37 github.com/checkpoint-restore/go-criu v0.0.0-20190109184317-bdb7599cd87b github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect |