diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-02-18 18:03:48 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-02-19 16:04:00 -0500 |
commit | 96de762eedd1470dfbe73cf424eea848589268d7 (patch) | |
tree | c4a30d19481f1f3c074a6848c8ed4761a09fac0d /vendor/github.com/ishidawataru/sctp/go.mod | |
parent | f2bcc9cc7dc8b1937f39db503db96651d84c3e3e (diff) | |
download | podman-96de762eedd1470dfbe73cf424eea848589268d7.tar.gz podman-96de762eedd1470dfbe73cf424eea848589268d7.tar.bz2 podman-96de762eedd1470dfbe73cf424eea848589268d7.zip |
Update to the latest version of buildah
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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 |