diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 52832b5..a0ca65e 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -13304,3 +13304,80 @@ and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") (license license:asl2.0))) +(define-public go-github-com-containernetworking-plugins-1.1.0 + (package + (name "go-github-com-containernetworking-plugins") + (version "1.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/containernetworking/plugins") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "10c9sxi5nq88772ql35a3vy5m1wrdyji4imc4ysl27malcqxhiik")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/containernetworking/plugins")) + (propagated-inputs + `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) + ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" + ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) + ("go-golang-org-x-text-0.3.6" ,go-golang-org-x-text-0.3.6) + ("go-golang-org-x-net-0.0.0-20210428140749-89ef3d95e781" + ,go-golang-org-x-net-0.0.0-20210428140749-89ef3d95e781) + ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) + ("go-github-com-vishvananda-netns-0.0.0-20210104183010-2eb08e3e575f" + ,go-github-com-vishvananda-netns-0.0.0-20210104183010-2eb08e3e575f) + ("go-github-com-sirupsen-logrus-1.8.1" + ,go-github-com-sirupsen-logrus-1.8.1) + ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) + ("go-github-com-nxadm-tail-1.4.8" ,go-github-com-nxadm-tail-1.4.8) + ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" + ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) + ("go-github-com-gogo-protobuf-1.3.2" + ,go-github-com-gogo-protobuf-1.3.2) + ("go-github-com-fsnotify-fsnotify-1.4.9" + ,go-github-com-fsnotify-fsnotify-1.4.9) + ("go-github-com-containerd-cgroups-1.0.1" + ,go-github-com-containerd-cgroups-1.0.1) + ("go-github-com-microsoft-go-winio-0.4.17" + ,go-github-com-microsoft-go-winio-0.4.17) + ("go-golang-org-x-sys-0.0.0-20210809222454-d867a43fc93e" + ,go-golang-org-x-sys-0.0.0-20210809222454-d867a43fc93e) + ("go-github-com-vishvananda-netlink-1.1.1-0.20210330154013-f5de75959ad5" + ,go-github-com-vishvananda-netlink-1.1.1-0.20210330154013-f5de75959ad5) + ("go-github-com-safchain-ethtool-0.0.0-20210803160452-9aa261dae9b1" + ,go-github-com-safchain-ethtool-0.0.0-20210803160452-9aa261dae9b1) + ("go-github-com-onsi-gomega-1.15.0" ,go-github-com-onsi-gomega-1.15.0) + ("go-github-com-onsi-ginkgo-1.16.4" ,go-github-com-onsi-ginkgo-1.16.4) + ("go-github-com-networkplumbing-go-nft-0.2.0" + ,go-github-com-networkplumbing-go-nft-0.2.0) + ("go-github-com-mattn-go-shellwords-1.0.12" + ,go-github-com-mattn-go-shellwords-1.0.12) + ("go-github-com-godbus-dbus-v5-5.0.4" + ,go-github-com-godbus-dbus-v5-5.0.4) + ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" + ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) + ("go-github-com-d2g-dhcp4client-1.0.0" + ,go-github-com-d2g-dhcp4client-1.0.0) + ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" + ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) + ("go-github-com-coreos-go-systemd-v22-22.3.2" + ,go-github-com-coreos-go-systemd-v22-22.3.2) + ("go-github-com-coreos-go-iptables-0.6.0" + ,go-github-com-coreos-go-iptables-0.6.0) + ("go-github-com-containernetworking-cni-1.0.1" + ,go-github-com-containernetworking-cni-1.0.1) + ("go-github-com-buger-jsonparser-1.1.1" + ,go-github-com-buger-jsonparser-1.1.1) + ("go-github-com-alexflint-go-filemutex-1.1.0" + ,go-github-com-alexflint-go-filemutex-1.1.0) + ("go-github-com-microsoft-hcsshim-0.8.20" + ,go-github-com-microsoft-hcsshim-0.8.20))) + (home-page "https://github.com/containernetworking/plugins") + (synopsis "Plugins") + (description + "Some CNI network plugins, maintained by the containernetworking team. For more +information, see the @url{https://www.cni.dev,CNI website}.") + (license license:asl2.0)))