diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-20 10:56:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 10:56:06 +0100 |
commit | c8436cd870e118a5e0dee6a130c6ea3dc6ceceeb (patch) | |
tree | 37b3f70b171588cb8af32eac294db763bc3eb2d9 /vendor/github.com/ishidawataru/sctp/go.mod | |
parent | 846405256b38b11babf05de3a7666ceb81577a72 (diff) | |
parent | 96de762eedd1470dfbe73cf424eea848589268d7 (diff) | |
download | podman-c8436cd870e118a5e0dee6a130c6ea3dc6ceceeb.tar.gz podman-c8436cd870e118a5e0dee6a130c6ea3dc6ceceeb.tar.bz2 podman-c8436cd870e118a5e0dee6a130c6ea3dc6ceceeb.zip |
Merge pull request #5253 from rhatdan/buildah
Update to the latest version of buildah
Diffstat (limited to 'vendor/github.com/ishidawataru/sctp/go.mod')
-rw-r--r-- | vendor/github.com/ishidawataru/sctp/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/ishidawataru/sctp/go.mod b/vendor/github.com/ishidawataru/sctp/go.mod new file mode 100644 index 000000000..5adf982b0 --- /dev/null +++ b/vendor/github.com/ishidawataru/sctp/go.mod @@ -0,0 +1,3 @@ +module github.com/ishidawataru/sctp + +go 1.12 |