You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

This is a snapshot of all the components and associated licenses used. It includes what is used to build EVE-OS and what is included in the EVE-OS images.

This snapshot is based on the EVE-OS release: 8.8.0 

Scan code report scancode-report.htmlscancode-report.csv

Final image / learn more about building process https://github.com/lf-edge/eve/blob/master/docs/BUILD.md 

docker sbom lfedge/evedocker scan lfedge/eve
Syft v0.43.0
✔ Loaded image
✔ Parsed image
✔ Cataloged packages [31 packages]

[0006] WARN golang cataloger: failed to read buildinfo (file="/ipxe.efi"): unrecognized file format
NAME VERSION TYPE
apk-tools 2.12.1-r0 apk
busybox 1.32.1-r3 apk
ca-certificates-bundle 20191127-r5 apk
coreutils 8.32-r2 apk
glib 2.66.7-r1 apk
gmp 6.2.1-r0 apk
gnutls 3.7.1-r0 apk
libacl 2.2.53-r0 apk
libaio 0.3.112-r1 apk
libattr 2.4.48-r0 apk
libblkid 2.36.1-r1 apk
libcrypto1.1 1.1.1j-r0 apk
libffi 3.3-r2 apk
libintl 0.20.2-r2 apk
libmount 2.36.1-r1 apk
libssl1.1 1.1.1j-r0 apk
libtasn1 4.16.0-r1 apk
libtls-standalone 2.9.1-r1 apk
libunistring 0.9.10-r0 apk
musl 1.2.2-r0 apk
nettle 3.7-r0 apk
p11-kit 0.23.22-r0 apk
pcre 8.44-r0 apk
qemu-img 5.2.0-r2 apk
s6-ipcserver 2.10.0.0-r0 apk
skalibs 2.10.0.0-r0 apk
ssl_client 1.32.1-r3 apk
tar 1.33-r1 apk
uboot-tools 2021.01-r0 apk
utmps 0.1.0.0-r0 apk
zlib 1.2.11-r3 apk
Testing lfedge/eve...
Package manager:   apk
Project name: docker-image|lfedge/eve
Docker image: lfedge/eve
Platform: linux/arm64
✔ Tested 32 dependencies for known vulnerabilities, no vulnerable paths found.
Note that we do not currently have vulnerability data for your image.
For more free scans that keep your images secure, sign up to Snyk at https://dockr.ly/3ePqVcp

Building process 

Build Tools

The following are build tools used to create EVE images, their purpose and source:

  • linuxkit - build bootable operating system images by composing OCI images and raw files together. Used to create rootfs.img and rootfs_installer.img. Installed in build-tools/bin/
  • manifest-tool - create OCI v2 manifest images that can reference other images based on architecture or operating system. Enables a single image tag, e.g. lfedge/foo:1.2 to be resolved automatically to the actual image that works on the current architecture and operating system at run-time. Installed in build-tools/bin/
  • makerootfs.sh - call linuxkit to build a bootable image's filesystem, in tar format, for rootfs.img or rootfs_installer.img. Passes the resultant tar stream to a container from pkg/mkrootfs-squash or pkg/mkrootfs-ext4, depending on desired output format.
  • mkrootfs-squash or mkrootfs-ext4 - take a build rootfs from the previous step as stdin in tar stream format, customize it with a filesystem UUID and other parameters, and create a squashfs or ext4 filesystem.
  • makeflash.sh - take an input tar stream of several images, primarily rootfs.img and config.img. Create a file to use as an image of a target size or default. Passes the resultant tar stream to a container from pkg/mkimage-raw-efi.
  • mkimage-raw-efi - create an output file that represents an entire disk, with multiple partitions. By default, efi,imga,imgb,config,persist. The installer image creates only efi,img,config.
  • tools/makeconfig.sh - package up the provided directory, normally conf/ into a tar stream, and pass to a container from pkg/mkconf.
  • mkconf - combine the input tar stream with defaults in /conf/ from lfedge/eve-pillar into a new container image in /. Create a FAT32 disk image from it.
  • parse-pkgs.sh - determine the correct latest hash to use for all packages and higher-order components. See parse-pks.

Components

Name Version Component  LinkLicense 
QEMU 5.1.0https://github.com/lf-edge/eve/pkg/kvm-tools/Dockerf.5.1https://www.qemu.orgGPL-2.0 
  1. QEMU as a whole is released under the GNU General Public License, version 2.
  2. Parts of QEMU have specific licenses which are compatible with the GNU General Public License, version 2. Hence each source file contains its own licensing information. Source files with no licensing information are released under the GNU General Public License, version 2 or (at your option) any later version. As of July 2013, contributions under version 2 of the GNU General Public License (and no later version) are only accepted for the following files or directories: bsd-user/, linux-user/, hw/misc/vfio.c, hw/xen/xen_pt*.
  3. The Tiny Code Generator (TCG) is released under the BSD license (see license headers in files).
  4. QEMU is a trademark of Fabrice Bellard.
Linux Kernel 5.10.121https://github.com/lf-edge/eve/pkg/kernel/Dockerfilehttps://www.kernel.orgGNU General Public License version 2 only (GPL-2.0)
XEN 

4.15

https://github.com/lf-edge/eve/pkg/xen/Dockerfile

https://xenproject.org

GNU General Public License version 2 only (GPL-2.0)

abuild

3.7.0-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://git.alpinelinux.org/abuild/

GPL-2.0-only (GNU General Public License v2.0 only)

alpine-baselayout

3.2.0-r8

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout

GPL-2.0-only (GNU General Public License v2.0 only)

alpine-keys

2.4-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://pkgs.alpinelinux.org/package/v3.13/main/x86_64/alpine-keys

MIT

apk-tools

2.12.7-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://gitlab.alpinelinux.org/alpine/apk-tools

GPL-2.0-only (GNU General Public License v2.0 only)

argp-standalone

1.3-r4

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://www.lysator.liu.se/~nisse/misc/

GPL-2.0-or-later (GNU General Public License v2.0 or later)

attr-dev

2.4.48-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://savannah.nongnu.org/projects/attr

LGPL-2.1 (GNU Lesser General Public License v2.1 only)

autoconf

2.69-r3

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/autoconf/

GPL-2.0-or-later (GNU General Public License v2.0 or later)

autoconf-archive

2019.01.06-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/autoconf-archive/

GPL-3.0-or-later (GNU General Public License v3.0 or later)

automake

1.16.3-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/automake/

GPL-2.0-or-later (GNU General Public License v2.0 or later)

bash

5.1.16-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/bash/bash.html

GPL-3.0-or-later (GNU General Public License v3.0 or later)

bc

1.07.1-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/bc/bc.html

GPL-2.0-or-later (GNU General Public License v2.0 or later)

binutils-dev

2.35.2-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/binutils/

GPL-3.0-or-later (GNU General Public License v3.0 or later)

binutils-gold

2.35.2-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/binutils/

GPL-3.0-or-later (GNU General Public License v3.0 or later)

bison

3.7.4-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/bison/bison.html

GPL-3.0-or-later (GNU General Public License v3.0 or later)

bsd-compat-headers

0.7.2-r3

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://alpinelinux.org

BSD-3-Clause (BSD-3-Clause "New" or "Revised" License)

build-base

0.5-r3

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://dev.alpinelinux.org/cgit/

MIT

busybox

1.32.1-r9

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://busybox.net

GPL-2.0-only (GNU General Public License v2.0 only)

ca-certificates

20220614-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://wiki.mozilla.org/CA

MPL-2.0 (Mozilla Public License, v2.0)

ca-certificates-cacert

20220614-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://wiki.mozilla.org/CA

MPL-2.0 (Mozilla Public License, v2.0)

cairo

1.16.0-r4

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://cairographics.org

LGPL-2.1 (GNU Lesser General Public License v2.1 only)

cairo-dev

1.16.0-r4

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://cairographics.org

LGPL-2.1 (GNU Lesser General Public License v2.1 only)

cmake

3.18.4-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://cmake.org

BSD-3-Clause-Clear (BSD-3-Clause Clear License)

coreutils

8.32-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/coreutils/

GPL-3.0-or-later (GNU General Public License v3.0 or later)

cryptsetup-dev

2.3.7-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://gitlab.com/cryptsetup/cryptsetup

GPL-2.0-or-later (GNU General Public License v2.0 or later)

curl

7.79.1-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://curl.se

MIT

curl-dev

7.79.1-r3

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://curl.se

MIT

dev86

0.16.21-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://github.com/lkundrak/dev86/

GPL-2.0-or-later (GNU General Public License v2.0 or later)

dhcpcd

8.1.9-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://roy.marples.name/projects/dhcpcd/

BSD-2-Clause (BSD-2-Clause "Simplified" License)

diffutils

3.7-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/diffutils/

GPL-3.0-or-later (GNU General Public License v3.0 or later)

dmidecode

3.3-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.nongnu.org/dmidecode/

GPL-2.0-or-later (GNU General Public License v2.0 or later)

dosfstools

4.1-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://github.com/dosfstools/dosfstools

GPL-3.0-or-later (GNU General Public License v3.0 or later)

doxygen

1.9.1-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.doxygen.nl

GPL-2.0-or-later (GNU General Public License v2.0 or later)

dtc

1.6.0-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://git.kernel.org/pub/scm/utils/dtc/dtc.git/

GPL-2.0-or-later (GNU General Public License v2.0 or later)

dtc-dev

1.6.0-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://git.kernel.org/pub/scm/utils/dtc/dtc.git/

GPL-2.0-or-later (GNU General Public License v2.0 or later)

e2fsprogs

1.45.7-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://e2fsprogs.sourceforge.net

GPL-2.0-or-later (GNU General Public License v2.0 or later)

e2fsprogs-extra

1.45.7-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://e2fsprogs.sourceforge.net

GPL-2.0-or-later (GNU General Public License v2.0 or later)

elfutils-dev

0.182-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://sourceware.org/elfutils/

GPL-3.0-or-later (GNU General Public License v3.0 or later)

elfutils-libelf

0.182-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://sourceware.org/elfutils/

GPL-3.0-or-later (GNU General Public License v3.0 or later)

ethtool

5.10-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://mirrors.edge.kernel.org/pub/software/network/ethtool/

GPL-2.0-only (GNU General Public License v2.0 only)

file

5.39-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.darwinsys.com/file/

BSD-2-Clause (BSD-2-Clause "Simplified" License)

findutils

4.8.0-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/findutils/

GPL-3.0-or-later (GNU General Public License v3.0 or later)

flex

2.6.4-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://github.com/westes/flex

BSD-2-Clause (BSD-2-Clause "Simplified" License)

g++

10.2.1_pre1-r3

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://gcc.gnu.org

GPL-2.0-or-later (GNU General Public License v2.0 or later)

gawk

5.1.0-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/gawk/gawk.html

GPL-3.0-or-later (GNU General Public License v3.0 or later)

gcc

10.2.1_pre1-r3

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://gcc.gnu.org

GPL-2.0-or-later (GNU General Public License v2.0 or later)

gettext

0.20.2-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/gettext/gettext.html

GPL-3.0-or-later (GNU General Public License v3.0 or later)

git

2.30.5-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.git-scm.com

GPL-2.0-or-later (GNU General Public License v2.0 or later)

glib-dev

2.66.8-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://docs.gtk.org/glib/

LGPL-2.1 (GNU Lesser General Public License v2.1 only)

gmp-dev

6.2.1-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://gmplib.org

LGPL-3.0-or-later (GNU Lesser General Public License v3.0 or later)

gnu-efi-dev

3.0.12-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

ftp://ftp.hpl.hp.com/pub/linux-ia64

BSD-3-Clause (BSD-3-Clause "New" or "Revised" License)

gnupg

2.2.31-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnupg.org

GPL-3.0-or-later (GNU General Public License v3.0 or later)

gnutls

3.7.1-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnutls.org

LGPL-2.1 (GNU Lesser General Public License v2.1 only)

grep

3.7-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/grep/grep.html

GPL-3.0-or-later (GNU General Public License v3.0 or later)

hdparm

9.60-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://sourceforge.net/projects/hdparm/

BSD-2-Clause (BSD-2-Clause "Simplified" License)

iasl

20200717-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.acpica.org

GPL-2.0-only (GNU General Public License v2.0 only)

installkernel

3.5-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://git.alpinelinux.org/aports/tree/main/installkernel

GPL-2.0 (GNU General Public License v2.0)

ip6tables

1.8.6-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.netfilter.org/projects/iptables/index.html

GPL-2.0-or-later (GNU General Public License v2.0 or later)

ip6tables-openrc

1.8.6-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.netfilter.org/projects/iptables/index.html

GPL-2.0 (GNU General Public License v2.0)

iptables-openrc

1.8.6-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.netfilter.org/projects/iptables/index.html

GPL-2.0-or-later (GNU General Public License v2.0 or later)

iproute2

5.10.0-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://wiki.linuxfoundation.org/networking/iproute2

GPL-2.0-or-later (GNU General Public License v2.0 or later)

iproute2-minimal

5.10.0-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://wiki.linuxfoundation.org/networking/iproute2

GPL-2.0-or-later (GNU General Public License v2.0 or later)

ipset

7.10-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://ipset.netfilter.org

GPL-2.0-only (GNU General Public License v2.0 only)

ipset-openrc

7.10-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://ipset.netfilter.org

GPL-2.0-only (GNU General Public License v2.0 only)

iptables

1.8.6-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.netfilter.org/projects/iptables/index.html

GPL-2.0-or-later (GNU General Public License v2.0 or later)

jpeg

9d-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.ijg.org

AS-IS

jpeg-dev

9d-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.ijg.org

AS-IS

jq

1.6-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://stedolan.github.io/jq/

MIT

keyutils

1.6.3-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://people.redhat.com/~dhowells/keyutils/

GPL-2.0-or-later (GNU General Public License v2.0 or later)

kmod

28-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git

GPL-2.0-or-later (GNU General Public License v2.0 or later)

kmod-dev

28-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git

GPL-2.0-or-later (GNU General Public License v2.0 or later)

libaio-dev

0.3.112-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://pagure.io/libaio

GPL-2.0-or-later (GNU General Public License v2.0 or later)

libarchive-tools

3.5.3-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://libarchive.org

BSD-2-Clause (BSD-2-Clause "Simplified" License)

libtasn1-progs

4.16.0-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://gnutls.org

GPL-3.0-only (GNU General Public License v3.0 only)

libbz2

1.0.8-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://sources.redhat.com/bzip2

bzip2-1.0.6 (bzip2 and libbzip2 License v1.0.6)

libc-dev

0.7.2-r3

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://alpinelinux.org

BSD-2-Clause (BSD-2-Clause "Simplified" License)

libc-utils

0.7.2-r4

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://alpinelinux.org

BSD-2-Clause (BSD-2-Clause "Simplified" License)

libcap-ng-dev

0.8.2-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://people.redhat.com/sgrubb/libcap-ng/index.html

GPL-2.0-or-later (GNU General Public License v2.0 or later)

libcrypto1.1

1.1.1q-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.openssl.org

OpenSSL

libestr-dev

0.1.11-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://libestr.adiscon.com

LGPL-2.1 (GNU Lesser General Public License v2.1 only)

libfastjson-dev

0.99.8-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.rsyslog.com

MIT

libfdt

1.6.0-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://git.kernel.org/pub/scm/utils/dtc/dtc.git/

GPL-2.0-or-later (GNU General Public License v2.0 or later)

libgcrypt-dev

1.8.8-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnupg.org

LGPL-2.1 (GNU Lesser General Public License v2.1 only)

libice-dev

1.0.10-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.x.org/wiki/

X11 (X11 License)

liblogging-dev

1.0.6-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://www.liblogging.org

BSD-2-Clause (BSD-2-Clause "Simplified" License)

libpcap-dev

1.10.0-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.tcpdump.org

BSD-3-Clause (BSD-3-Clause "New" or "Revised" License)

libpciaccess

0.16-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.x.org/wiki/

X11 (X11 License)

libpciaccess-dev

0.16-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.x.org/wiki/

X11 (X11 License)

libpng

1.6.37-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://www.libpng.org

Libpng (libpng License)

libpng-dev

1.6.37-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://www.libpng.org

Libpng (libpng License)

librelp-dev

1.6.0-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.rsyslog.com

GPL-3.0-or-later (GNU General Public License v3.0 or later)

libressl-dev

3.1.5-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.libressl.org

OpenSSL

libseccomp-dev

2.5.1-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://github.com/seccomp/libseccomp

LGPL-2.1 (GNU Lesser General Public License v2.1 only)

libssl1.1

1.1.1q-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.openssl.org

OpenSSL

libtirpc-dev

1.3.1-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://sourceforge.net/projects/libtirpc

BSD-3-Clause (BSD-3-Clause "New" or "Revised" License)

libtls-standalone

2.9.1-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.libressl.org/

ISC (ISC License)

libtool

2.4.6-r7

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/libtool

LGPL-2.0 (GNU Library General Public License v2 only)

libunwind-dev

1.5.0-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.nongnu.org/libunwind/

MIT

libusb

1.0.24-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://libusb.info/

LGPL-2.0-or-later (GNU Library General Public License v2 or later)

libusb-dev

1.0.24-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://libusb.info/

LGPL-2.0-or-later (GNU Library General Public License v2 or later)

libuuid

2.37.4-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://git.kernel.org/cgit/utils/util-linux/util-linux.git

GPL-3.0-or-later (GNU General Public License v3.0 or later)

libxdamage-dev

1.1.5-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://xorg.freedesktop.org/

MIT

libxfixes-dev

5.0.3-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://xorg.freedesktop.org/

other

libxi-dev

1.7.10-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.x.org/

MIT

libxinerama-dev

1.1.4-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://xorg.freedesktop.org/

MIT

libxrandr-dev

1.5.2-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://xorg.freedesktop.org/

MIT

libxtst-dev

1.2.3-r3

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://wiki.freedesktop.org/xorg/

custom

linux-headers

5.7.8-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://kernel.org/

GPL-2.0-only (GNU General Public License v2.0 only)

linux-pam-dev

1.5.1-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.kernel.org/pub/linux/libs/pam

BSD-3-Clause (BSD-3-Clause "New" or "Revised" License)

lvm2

2.02.187-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://sourceware.org/lvm2/

GPL-2.0-only (GNU General Public License v2.0 only)

lz4

1.9.2-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://github.com/lz4/lz4

BSD-2-Clause (BSD-2-Clause "Simplified" License)

lz4-libs

1.9.2-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://github.com/lz4/lz4

BSD-2-Clause (BSD-2-Clause "Simplified" License)

lzo-dev

2.10-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://www.oberhumer.com/opensource/lzo

GPL-2.0 (GNU General Public License v2.0)

m4

1.4.18-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/m4

GPL-3.0-or-later (GNU General Public License v3.0 or later)

make

4.3-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/make

GPL-3.0-or-later (GNU General Public License v3.0 or later)

mkinitfs

3.5.0-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://gitlab.alpinelinux.org/alpine/mkinitfs

GPL-2.0-only (GNU General Public License v2.0 only)

mpc1-dev

1.2.0-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://www.multiprecision.org/

LGPL-3.0-or-later (GNU Lesser General Public License v3.0 or later)

mpfr-dev

4.1.0-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.mpfr.org/

LGPL-3.0-or-later (GNU Lesser General Public License v3.0 or later)

mtools

4.0.26-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/mtools/

GPL-3.0-or-later (GNU General Public License v3.0 or later)

multipath-tools

0.8.5-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://christophe.varoqui.free.fr/

LGPL-2.1 (GNU Lesser General Public License v2.1 only)

musl

1.2.2-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://musl.libc.org/

MIT

musl-dev

1.2.2-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://musl.libc.org/

MIT

musl-utils

1.2.2-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://musl.libc.org/

MIT

nasm

2.15.05-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.nasm.us/

BSD-2-Clause (BSD-2-Clause "Simplified" License)

ncurses-dev

6.2_p20210109-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://invisible-island.net/ncurses/

MIT

nettle

3.7.3-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.lysator.liu.se/~nisse/nettle/

LGPL-2.1 (GNU Lesser General Public License v2.1 only)

openssh

8.4_p1-r4

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.openssh.com/portable.html

BSD-3-Clause (BSD-3-Clause "New" or "Revised" License)

openssl

1.1.1q-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.openssl.org/

OpenSSL

openssl-dev

1.1.1q-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.openssl.org/

OpenSSL

p11-kit

0.23.22-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://p11-glue.freedesktop.org/

BSD-3-Clause (BSD-3-Clause "New" or "Revised" License)

patch

2.7.6-r7

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/patch/patch.html

GPL-3.0-or-later (GNU General Public License v3.0 or later)

pciutils

3.7.0-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://mj.ucw.cz/pciutils.html

GPL-2.0-only (GNU General Public License v2.0 only)

perl

5.32.0-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.perl.org/

GPL-1.0 (GNU General Public License v1.0)

pixman-dev

0.40.0-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://gitlab.freedesktop.org/pixman

MIT

pkgconf

1.7.3-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://git.sr.ht/~kaniini/pkgconf

ISC (ISC License)

ppp

2.4.8-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://ppp.samba.org/

GPL-2.0-or-later (GNU General Public License v2.0 or later)

protobuf-dev

3.13.0-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://github.com/google/protobuf

BSD-3-Clause (BSD-3-Clause "New" or "Revised" License)

py3-appdirs

1.4.4-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://pypi.org/project/appdirs/

MIT

py3-distlib

0.3.1-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://bitbucket.org/pypa/distlib

PSF-2.0

py3-packaging

20.9-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://pypi.python.org/pypi/packaging

Apache-2.0 (Apache License, v2.0)

py3-parsing

2.4.7-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://github.com/pyparsing/pyparsing

MIT

py3-requests

2.25.1-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://www.python-requests.org/

Apache-2.0 (Apache License, v2.0)

py3-setuptools

51.3.3-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://pypi.python.org/pypi/setuptools

MIT

py3-six

1.15.0-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://pypi.python.org/pypi/six

MIT

py3-toml

0.10.2-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://github.com/uiri/toml

MIT

python3

3.8.10-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.python.org/

PSF-2.0

python3-dev

3.8.10-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.python.org/

PSF-2.0

radvd

2.19-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://www.litech.org/radvd

BSD-3-Clause (BSD-3-Clause "New" or "Revised" License)

rsync

3.2.4-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://rsync.samba.org/

GPL-3.0-or-later (GNU General Public License v3.0 or later)

scanelf

1.2.8-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities

GPL-2.0-only (GNU General Public License v2.0 only)

sed

4.8-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/sed

GPL-3.0-or-later (GNU General Public License v3.0 or later)

sgdisk

1.0.7-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.rodsbooks.com/gdisk

GPL-2.0-or-later (GNU General Public License v2.0 or later)

smartmontools

7.2-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.smartmontools.org/

GPL-2.0-or-later (GNU General Public License v2.0 or later)

socat

1.7.4.1-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://www.dest-unreach.org/socat/

GPL-2.0-only (GNU General Public License v2.0 only)

squashfs-tools

4.5-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://github.com/plougher/squashfs-tools

GPL-2.0-or-later (GNU General Public License v2.0 or later)

ssl_client

1.32.1-r9

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://busybox.net/

GPL-2.0-only (GNU General Public License v2.0 only)

strace

5.10-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://strace.io/

BSD-3-Clause (BSD-3-Clause "New" or "Revised" License)

sudo

1.9.5p2-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.sudo.ws/sudo/

other

swig

4.0.2-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://www.swig.org/

GPL-3.0-only (GNU General Public License v3.0 only)

tar

1.34-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/tar/

GPL-3.0-or-later (GNU General Public License v3.0 or later)

tcpdump

4.99.0-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.tcpdump.org/

BSD-3-Clause (BSD-3-Clause "New" or "Revised" License)

texinfo

6.7-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/texinfo/

GPL-3.0-or-later (GNU General Public License v3.0 or later)

uboot-tools

2021.01-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.denx.de/wiki/U-Boot/WebHome

GPL-2.0 (GNU General Public License v2.0)

usbutils

013-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://linux-usb.sourceforge.net/

GPL-2.0-or-later (GNU General Public License v2.0 or later)

util-linux

2.37.4-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://git.kernel.org/cgit/utils/util-linux/util-linux.git

GPL-3.0-or-later (GNU General Public License v3.0 or later)

util-linux-dev

2.37.4-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://git.kernel.org/cgit/utils/util-linux/util-linux.git

GPL-3.0-or-later (GNU General Public License v3.0 or later)

vim

8.2.4836-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.vim.org/

Vim

wget

1.21.1-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://www.gnu.org/software/wget/wget.html

GPL-3.0-or-later (GNU General Public License v3.0 or later)

wireless-tools

30_pre9-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html

GPL-2.0-only (GNU General Public License v2.0 only)

wpa_supplicant

2.9-r11

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://w1.fi/wpa_supplicant/

BSD-3-Clause (BSD-3-Clause "New" or "Revised" License)

xfsprogs

5.10.0-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://xfs.org/index.php/Main_Page

LGPL-2.1 (GNU Lesser General Public License v2.1 only)

xorriso

1.5.2-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://dev.lovelyhq.com/libburnia/web/wikis/home

GPL-2.0-or-later (GNU General Public License v2.0 or later)

xz

5.2.5-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://tukaani.org/xz

GPL-2.0-or-later (GNU General Public License v2.0 or later)

xz-dev

5.2.5-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://tukaani.org/xz

GPL-2.0-or-later (GNU General Public License v2.0 or later)

xz-libs

5.2.5-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://tukaani.org/xz

GPL-2.0-or-later (GNU General Public License v2.0 or later)

yajl

2.1.0-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://lloyd.github.com/yajl/

MIT

yajl-dev

2.1.0-r1

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

http://lloyd.github.com/yajl/

MIT

zfs

2.0.1-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://zfsonlinux.org

CDDL-1.0 (Common Development and Distribution License 1.0)

zfs-dev

2.0.1-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://zfsonlinux.org

CDDL-1.0 (Common Development and Distribution License 1.0)

zfs-udev

2.0.1-r0

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://zfsonlinux.org

CDDL-1.0 (Common Development and Distribution License 1.0)

zlib

1.2.12-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://zlib.net

Zlib (License of ZLib)

zlib-dev

1.2.12-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://zlib.net

Zlib (License of ZLib)

zlib-static

1.2.12-r2

https://github.com/lf-edge/eve/blob/master/pkg/alpine/mirrors/3.13/main

https://zlib.net

Zlib (License of ZLib)

Snyk report on Github eve source code https://github.com/lf-edge/eve

id

name

version

type

licenses

projects

license urls

apt@1.0.1ubuntu2.24

apt

1.0.1ubuntu2.24

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


apt/apt-transport-https@1.0.1ubuntu2.24

apt/apt-transport-https

1.0.1ubuntu2.24

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


apt/apt-utils@1.0.1ubuntu2.24

apt/apt-utils

1.0.1ubuntu2.24

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


apt/libapt-inst1.5@1.0.1ubuntu2.24

apt/libapt-inst1.5

1.0.1ubuntu2.24

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


apt/libapt-pkg4.12@1.0.1ubuntu2.24

apt/libapt-pkg4.12

1.0.1ubuntu2.24

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


bzip2@1.0.6-5

bzip2

1.0.6-5

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


bzip2/libbz2-1.0@1.0.6-5

bzip2/libbz2-1.0

1.0.6-5

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


cpio@2.11+dfsg-1ubuntu1.2

cpio

2.11+dfsg-1ubuntu1.2

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


curl@7.64.0-4+deb10u2

curl

7.64.0-4+deb10u2

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


curl/libcurl3-gnutls@7.35.0-1ubuntu2.20

curl/libcurl3-gnutls

7.35.0-1ubuntu2.20

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


curl/libcurl3-gnutls@7.64.0-4+deb10u2

curl/libcurl3-gnutls

7.64.0-4+deb10u2

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


curl/libcurl4@7.64.0-4+deb10u2

curl/libcurl4

7.64.0-4+deb10u2

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


cyrus-sasl2/libsasl2-2@2.1.25.dfsg1-17build1

cyrus-sasl2/libsasl2-2

2.1.25.dfsg1-17build1

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


cyrus-sasl2/libsasl2-modules@2.1.25.dfsg1-17build1

cyrus-sasl2/libsasl2-modules

2.1.25.dfsg1-17build1

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


cyrus-sasl2/libsasl2-modules-db@2.1.25.dfsg1-17build1

cyrus-sasl2/libsasl2-modules-db

2.1.25.dfsg1-17build1

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


db5.3/libdb5.3@5.3.28-3ubuntu3.1

db5.3/libdb5.3

5.3.28-3ubuntu3.1

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


dbus/libdbus-1-3@1.6.18-0ubuntu4.5

dbus/libdbus-1-3

1.6.18-0ubuntu4.5

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


dpkg@1.17.5ubuntu5.8

dpkg

1.17.5ubuntu5.8

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


e2fsprogs@1.42.9-3ubuntu1.3

e2fsprogs

1.42.9-3ubuntu1.3

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


e2fsprogs/e2fslibs@1.42.9-3ubuntu1.3

e2fsprogs/e2fslibs

1.42.9-3ubuntu1.3

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


e2fsprogs/libcomerr2@1.42.9-3ubuntu1.3

e2fsprogs/libcomerr2

1.42.9-3ubuntu1.3

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


e2fsprogs/libss2@1.42.9-3ubuntu1.3

e2fsprogs/libss2

1.42.9-3ubuntu1.3

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


eglibc/libc6@2.19-0ubuntu6.15

eglibc/libc6

2.19-0ubuntu6.15

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


eglibc/libc-bin@2.19-0ubuntu6.15

eglibc/libc-bin

2.19-0ubuntu6.15

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


eglibc/multiarch-support@2.19-0ubuntu6.15

eglibc/multiarch-support

2.19-0ubuntu6.15

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


expat/libexpat1@2.1.0-4ubuntu1.4

expat/libexpat1

2.1.0-4ubuntu1.4

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


expat/libexpat1@2.2.6-2+deb10u1

expat/libexpat1

2.2.6-2+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


file@1:5.14-2ubuntu3.4

file

1:5.14-2ubuntu3.4

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


file/libmagic1@1:5.14-2ubuntu3.4

file/libmagic1

1:5.14-2ubuntu3.4

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


gcc-4.8/gcc-4.8-base@4.8.4-2ubuntu1~14.04.4

gcc-4.8/gcc-4.8-base

4.8.4-2ubuntu1~14.04.4

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


gcc-4.8/libstdc++6@4.8.4-2ubuntu1~14.04.4

gcc-4.8/libstdc++6

4.8.4-2ubuntu1~14.04.4

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


github.com/apache/thrift@v0.12.0

github.com/apache/thrift

v0.12.0

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/aws/aws-sdk-go@v1.15.11

github.com/aws/aws-sdk-go

v1.15.11

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/aws/aws-sdk-go@v1.27.0

github.com/aws/aws-sdk-go

v1.27.0

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/aws/aws-sdk-go@v1.28.2

github.com/aws/aws-sdk-go

v1.28.2

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/aws/aws-sdk-go@v1.31.6

github.com/aws/aws-sdk-go

v1.31.6

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/buger/jsonparser@v0.0.0-20180808090653-f4dd9f5a6b44

github.com/buger/jsonparser

v0.0.0-20180808090653-f4dd9f5a6b44

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/containerd/containerd@v1.2.10

github.com/containerd/containerd

v1.2.10

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/containerd@v1.3.0

github.com/containerd/containerd

v1.3.0

golang

Apache-2.0

lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/containerd@v1.3.0-beta.2.0.20190828155532-0293cbd26c69

github.com/containerd/containerd

v1.3.0-beta.2.0.20190828155532-0293cbd26c69

golang


lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/containerd/containerd@v1.3.1-0.20191213020239-082f7e3aed57

github.com/containerd/containerd

v1.3.1-0.20191213020239-082f7e3aed57

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/containerd/containerd@v1.3.2

github.com/containerd/containerd

v1.3.2

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/containerd@v1.4.0-beta.2.0.20200729163537-40b22ef07410

github.com/containerd/containerd

v1.4.0-beta.2.0.20200729163537-40b22ef07410

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/containerd/containerd@v1.4.1

github.com/containerd/containerd

v1.4.1

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/containerd@v1.4.3

github.com/containerd/containerd

v1.4.3

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/containerd@v1.4.9

github.com/containerd/containerd

v1.4.9

golang

Apache-2.0

lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/containerd@v1.5.0-beta.1

github.com/containerd/containerd

v1.5.0-beta.1

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/containerd/containerd@v1.5.0-beta.3

github.com/containerd/containerd

v1.5.0-beta.3

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/containerd/containerd@v1.5.0-beta.4

github.com/containerd/containerd

v1.5.0-beta.4

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/containerd/containerd@v1.5.0-rc.0

github.com/containerd/containerd

v1.5.0-rc.0

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/containerd/containerd@v1.5.1

github.com/containerd/containerd

v1.5.1

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/containerd@v1.5.2

github.com/containerd/containerd

v1.5.2

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/containerd@v1.5.4

github.com/containerd/containerd

v1.5.4

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/containerd@v1.5.7

github.com/containerd/containerd

v1.5.7

golang

Apache-2.0

lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/containerd@v1.5.8

github.com/containerd/containerd

v1.5.8

golang

Apache-2.0

lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/containerd@v1.5.9

github.com/containerd/containerd

v1.5.9

golang

Apache-2.0

lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/containerd@v1.6.1

github.com/containerd/containerd

v1.6.1

golang

Apache-2.0

lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/imgcrypt@v1.0.1

github.com/containerd/imgcrypt

v1.0.1

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/imgcrypt@v1.0.4-0.20210301171431-0ae5c75f59ba

github.com/containerd/imgcrypt

v1.0.4-0.20210301171431-0ae5c75f59ba

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/containerd/imgcrypt@v1.1.1

github.com/containerd/imgcrypt

v1.1.1

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/containerd/imgcrypt@v1.1.1-0.20210312161619-7ed62a527887

github.com/containerd/imgcrypt

v1.1.1-0.20210312161619-7ed62a527887

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/containerd/imgcrypt@v1.1.3

github.com/containerd/imgcrypt

v1.1.3

golang

Apache-2.0

lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/coreos/etcd@v3.3.10+incompatible

github.com/coreos/etcd

v3.3.10+incompatible

golang

Apache-2.0

lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/coreos/etcd@v3.3.13+incompatible

github.com/coreos/etcd

v3.3.13+incompatible

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/docker/cli@v0.0.0-20191017083524-a8ff7f821017

github.com/docker/cli

v0.0.0-20191017083524-a8ff7f821017

golang


lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/docker/cli@v20.10.7+incompatible

github.com/docker/cli

v20.10.7+incompatible

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/docker/docker@v0.7.3-0.20190327010347-be7ac8be2ae0

github.com/docker/docker

v0.7.3-0.20190327010347-be7ac8be2ae0

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/docker/docker@v1.4.2-0.20190924003213-a8608b5b67c7

github.com/docker/docker

v1.4.2-0.20190924003213-a8608b5b67c7

golang


lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/gogo/protobuf@v1.1.1

github.com/gogo/protobuf

v1.1.1

golang

BSD-3-Clause

lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/docker/go-metrics/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:BSD-3-Clause

github.com/gogo/protobuf@v1.2.0

github.com/gogo/protobuf

v1.2.0

golang

BSD-3-Clause

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/go.mod

https://app.snyk.io/vuln/snyk:lic:BSD-3-Clause

github.com/gogo/protobuf@v1.2.1

github.com/gogo/protobuf

v1.2.1

golang

BSD-3-Clause

lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:BSD-3-Clause

github.com/gogo/protobuf@v1.2.2-0.20190723190241-65acae22fc9d

github.com/gogo/protobuf

v1.2.2-0.20190723190241-65acae22fc9d

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/gogo/protobuf@v1.3.0

github.com/gogo/protobuf

v1.3.0

golang

BSD-3-Clause

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:BSD-3-Clause

github.com/gogo/protobuf@v1.3.1

github.com/gogo/protobuf

v1.3.1

golang

BSD-3-Clause

lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:BSD-3-Clause

github.com/google/go-tpm@v0.1.2-0.20190725015402-ae6dd98980d4

github.com/google/go-tpm

v0.1.2-0.20190725015402-ae6dd98980d4

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/gorilla/handlers@v0.0.0-20150720190736-60c7bfde3e33

github.com/gorilla/handlers

v0.0.0-20150720190736-60c7bfde3e33

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/nats-io/jwt@v0.3.0

github.com/nats-io/jwt

v0.3.0

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/nats-io/jwt@v0.3.2

github.com/nats-io/jwt

v0.3.2

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/nats-io/nats-server@v2.1.2

github.com/nats-io/nats-server

v2.1.2

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/opencontainers/runc@v0.0.0-20190115041553-12f6a991201f

github.com/opencontainers/runc

v0.0.0-20190115041553-12f6a991201f

golang


lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/opencontainers/runc@v0.1.1

github.com/opencontainers/runc

v0.1.1

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/opencontainers/runc@v1.0.0-rc8.0.20190926000215-3e425f80a8c9

github.com/opencontainers/runc

v1.0.0-rc8.0.20190926000215-3e425f80a8c9

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/opencontainers/runc@v1.0.0-rc9

github.com/opencontainers/runc

v1.0.0-rc9

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


github.com/pkg/sftp@v1.10.1

github.com/pkg/sftp

v1.10.1

golang

BSD-2-Clause

lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:BSD-2-Clause

github.com/prometheus/client_golang@v0.0.0-20180209125602-c332b6f63c06

github.com/prometheus/client_golang

v0.0.0-20180209125602-c332b6f63c06

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/prometheus/client_golang@v0.9.1

github.com/prometheus/client_golang

v0.9.1

golang

Apache-2.0

lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/docker/go-metrics/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/prometheus/client_golang@v0.9.3

github.com/prometheus/client_golang

v0.9.3

golang

Apache-2.0

lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/prometheus/client_golang@v0.9.3-0.20190127221311-3c4408c8b829

github.com/prometheus/client_golang

v0.9.3-0.20190127221311-3c4408c8b829

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/go.mod


github.com/prometheus/client_golang@v1.0.0

github.com/prometheus/client_golang

v1.0.0

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/docker/go-metrics/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/prometheus/client_golang@v1.1.0

github.com/prometheus/client_golang

v1.1.0

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/docker/go-metrics/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/prometheus/client_golang@v1.11.0

github.com/prometheus/client_golang

v1.11.0

golang

Apache-2.0

lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/prometheus/client_golang@v1.3.0

github.com/prometheus/client_golang

v1.3.0

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/prometheus/client_golang@v1.4.0

github.com/prometheus/client_golang

v1.4.0

golang

Apache-2.0

lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/prometheus/client_golang@v1.7.1

github.com/prometheus/client_golang

v1.7.1

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

github.com/prometheus/client_golang@v1.9.0

github.com/prometheus/client_golang

v1.9.0

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

gnupg@1.4.16-1ubuntu2.6

gnupg

1.4.16-1ubuntu2.6

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


gnupg2/dirmngr@2.2.12-1+deb10u1

gnupg2/dirmngr

2.2.12-1+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


gnupg2/gnupg@2.2.12-1+deb10u1

gnupg2/gnupg

2.2.12-1+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


gnupg2/gnupg-l10n@2.2.12-1+deb10u1

gnupg2/gnupg-l10n

2.2.12-1+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


gnupg2/gnupg-utils@2.2.12-1+deb10u1

gnupg2/gnupg-utils

2.2.12-1+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


gnupg2/gpg@2.2.12-1+deb10u1

gnupg2/gpg

2.2.12-1+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


gnupg2/gpg-agent@2.2.12-1+deb10u1

gnupg2/gpg-agent

2.2.12-1+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


gnupg2/gpgconf@2.2.12-1+deb10u1

gnupg2/gpgconf

2.2.12-1+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


gnupg2/gpgsm@2.2.12-1+deb10u1

gnupg2/gpgsm

2.2.12-1+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


gnupg2/gpgv@2.2.12-1+deb10u1

gnupg2/gpgv

2.2.12-1+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


gnupg2/gpg-wks-client@2.2.12-1+deb10u1

gnupg2/gpg-wks-client

2.2.12-1+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


gnupg2/gpg-wks-server@2.2.12-1+deb10u1

gnupg2/gpg-wks-server

2.2.12-1+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


gnupg/gpgv@1.4.16-1ubuntu2.6

gnupg/gpgv

1.4.16-1ubuntu2.6

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


go.etcd.io/etcd@v0.0.0-20191023171146-3cf2f69b5738

go.etcd.io/etcd

v0.0.0-20191023171146-3cf2f69b5738

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


go.etcd.io/etcd@v0.5.0-alpha.5.0.20200910180754-dd1b699fc489

go.etcd.io/etcd

v0.5.0-alpha.5.0.20200910180754-dd1b699fc489

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20171113213409-9f005a07e0d3

golang.org/x/crypto

v0.0.0-20171113213409-9f005a07e0d3

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20180904163835-0709b304e793

golang.org/x/crypto

v0.0.0-20180904163835-0709b304e793

golang


lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/docker/go-metrics/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20181009213950-7c1a557ab941

golang.org/x/crypto

v0.0.0-20181009213950-7c1a557ab941

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20181029021203-45a5f77698d3

golang.org/x/crypto

v0.0.0-20181029021203-45a5f77698d3

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20181203042331-505ab145d0a9

golang.org/x/crypto

v0.0.0-20181203042331-505ab145d0a9

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20190211182817-74369b46fc67

golang.org/x/crypto

v0.0.0-20190211182817-74369b46fc67

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20190308221718-c2843e01d9a2

golang.org/x/crypto

v0.0.0-20190308221718-c2843e01d9a2

golang


lf-edge/eve:pkg/pillar/vendor/github.com/lf-edge/eve/libs/reconciler/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/pkg/sftp/go.mod, lf-edge/eve:pkg/pillar/vendor/google.golang.org/appengine/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/moby/term/go.mod, lf-edge/eve:pkg/pillar/vendor/go.opencensus.io/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/google/gopacket/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:pkg/pillar/vendor/google.golang.org/grpc/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/lf-edge/eve/libs/depgraph/go.mod, lf-edge/eve:libs/depgraph/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:libs/reconciler/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/grandcat/zeroconf/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/Focinfi/go-dns-resolver/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/containerd/ttrpc/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/docker/go-metrics/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/mattn/go-ieproxy/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/containerd/typeurl/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20190510104115-cbcb75029529

golang.org/x/crypto

v0.0.0-20190510104115-cbcb75029529

golang


lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20190605123033-f99c8df09eb5

golang.org/x/crypto

v0.0.0-20190605123033-f99c8df09eb5

golang


lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20190611184440-5c40567a22f8

golang.org/x/crypto

v0.0.0-20190611184440-5c40567a22f8

golang


lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20190701094942-4def268fd1a4

golang.org/x/crypto

v0.0.0-20190701094942-4def268fd1a4

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20190820162420-60c769a6c586

golang.org/x/crypto

v0.0.0-20190820162420-60c769a6c586

golang


lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20190923035154-9ee001bba392

golang.org/x/crypto

v0.0.0-20190923035154-9ee001bba392

golang


lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20191011191535-87dc89f01550

golang.org/x/crypto

v0.0.0-20191011191535-87dc89f01550

golang


lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/google/gopacket/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/grandcat/zeroconf/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/Focinfi/go-dns-resolver/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/containerd/ttrpc/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/containerd/typeurl/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20191206172530-e9b2fee46413

golang.org/x/crypto

v0.0.0-20191206172530-e9b2fee46413

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20200220183623-bac4c82f6975

golang.org/x/crypto

v0.0.0-20200220183623-bac4c82f6975

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20200622213623-75b288015ac9

golang.org/x/crypto

v0.0.0-20200622213623-75b288015ac9

golang


lf-edge/eve:pkg/pillar/vendor/github.com/lf-edge/eve/libs/reconciler/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/go.opencensus.io/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/lf-edge/eve/libs/depgraph/go.mod, lf-edge/eve:libs/depgraph/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:libs/reconciler/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/containerd/ttrpc/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/containerd/typeurl/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20200728195943-123391ffb6de

golang.org/x/crypto

v0.0.0-20200728195943-123391ffb6de

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20200820211705-5c72a883971a

golang.org/x/crypto

v0.0.0-20200820211705-5c72a883971a

golang


lf-edge/eve:pkg/pillar/vendor/github.com/pkg/sftp/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20201002170205-7f63de1d35b0

golang.org/x/crypto

v0.0.0-20201002170205-7f63de1d35b0

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20201124201722-c8d3bf9c5392

golang.org/x/crypto

v0.0.0-20201124201722-c8d3bf9c5392

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20210220033148-5ea612d1eb83

golang.org/x/crypto

v0.0.0-20210220033148-5ea612d1eb83

golang


lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20210322153248-0c34fe9e7dc2

golang.org/x/crypto

v0.0.0-20210322153248-0c34fe9e7dc2

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20210513164829-c07d793c2f9a

golang.org/x/crypto

v0.0.0-20210513164829-c07d793c2f9a

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/pillar/go.mod


golang.org/x/crypto@v0.0.0-20210817164053-32db794688a5

golang.org/x/crypto

v0.0.0-20210817164053-32db794688a5

golang


lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20211117183948-ae814b36b871

golang.org/x/crypto

v0.0.0-20211117183948-ae814b36b871

golang


lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/crypto@v0.0.0-20220131195533-30dcbda58838

golang.org/x/crypto

v0.0.0-20220131195533-30dcbda58838

golang


lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/text@v0.0.0-20160726164857-2910a502d2bf

golang.org/x/text

v0.0.0-20160726164857-2910a502d2bf

golang


lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/text@v0.0.0-20170915032832-14c0d48ead0c

golang.org/x/text

v0.0.0-20170915032832-14c0d48ead0c

golang


lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/text@v0.3.0

golang.org/x/text

v0.3.0

golang

BSD-3-Clause

lf-edge/eve:pkg/pillar/vendor/github.com/lf-edge/eve/libs/reconciler/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/pkg/sftp/go.mod, lf-edge/eve:pkg/pillar/vendor/google.golang.org/appengine/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/moby/term/go.mod, lf-edge/eve:pkg/pillar/vendor/go.opencensus.io/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/google/gopacket/go.mod, lf-edge/eve:pkg/pillar/vendor/golang.org/x/oauth2/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:pkg/pillar/vendor/google.golang.org/grpc/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/lf-edge/eve/libs/depgraph/go.mod, lf-edge/eve:libs/depgraph/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:libs/reconciler/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/grandcat/zeroconf/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/Focinfi/go-dns-resolver/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/containerd/ttrpc/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/docker/go-metrics/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/mattn/go-ieproxy/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/containerd/typeurl/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:BSD-3-Clause

golang.org/x/text@v0.3.1-0.20180807135948-17ff2d5776d2

golang.org/x/text

v0.3.1-0.20180807135948-17ff2d5776d2

golang


lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/edgeview/go.mod


golang.org/x/text@v0.3.2

golang.org/x/text

v0.3.2

golang

BSD-3-Clause

lf-edge/eve:pkg/pillar/vendor/google.golang.org/appengine/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/mattn/go-ieproxy/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:BSD-3-Clause

golang.org/x/text@v0.3.3

golang.org/x/text

v0.3.3

golang

BSD-3-Clause

lf-edge/eve:pkg/pillar/vendor/github.com/lf-edge/eve/libs/reconciler/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/miekg/dns/go.mod, lf-edge/eve:pkg/pillar/vendor/go.opencensus.io/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/lf-edge/eve/libs/depgraph/go.mod, lf-edge/eve:libs/depgraph/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:libs/reconciler/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/containerd/ttrpc/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/containerd/typeurl/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:BSD-3-Clause

golang.org/x/text@v0.3.4

golang.org/x/text

v0.3.4

golang

BSD-3-Clause

lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:BSD-3-Clause

golang.org/x/text@v0.3.5

golang.org/x/text

v0.3.5

golang

BSD-3-Clause

lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:BSD-3-Clause

golang.org/x/text@v0.3.6

golang.org/x/text

v0.3.6

golang

BSD-3-Clause

lf-edge/eve:pkg/pillar/vendor/github.com/anatol/smart.go/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:BSD-3-Clause

gopkg.in/yaml.v2@v2.0.0-20170812160011-eb3733d160e7

gopkg.in/yaml.v2

v2.0.0-20170812160011-eb3733d160e7

golang

Apache-2.0, MIT

lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0, https://app.snyk.io/vuln/snyk:lic:MIT

gopkg.in/yaml.v2@v2.2.1

gopkg.in/yaml.v2

v2.2.1

golang

Apache-2.0, MIT

lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/jaypipes/ghw/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/docker/go-metrics/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/pillar/vendor/howett.net/plist/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0, https://app.snyk.io/vuln/snyk:lic:MIT

gopkg.in/yaml.v2@v2.2.2

gopkg.in/yaml.v2

v2.2.2

golang

Apache-2.0, MIT

lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/containerd/stargz-snapshotter/estargz/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/jaypipes/ghw/go.mod, lf-edge/eve:pkg/pillar/vendor/google.golang.org/grpc/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0, https://app.snyk.io/vuln/snyk:lic:MIT

gopkg.in/yaml.v2@v2.2.3

gopkg.in/yaml.v2

v2.2.3

golang

Apache-2.0, MIT

lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/storage/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/googleapis/gax-go/v2/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/cloud.google.com/go/iam/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0, https://app.snyk.io/vuln/snyk:lic:MIT

gopkg.in/yaml.v2@v2.2.4

gopkg.in/yaml.v2

v2.2.4

golang

Apache-2.0, MIT

lf-edge/eve:pkg/pillar/vendor/github.com/lf-edge/eve/libs/reconciler/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/lf-edge/eve/libs/depgraph/go.mod, lf-edge/eve:libs/depgraph/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:libs/reconciler/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/pillar/vendor/github.com/packetcap/go-pcap/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0, https://app.snyk.io/vuln/snyk:lic:MIT

gopkg.in/yaml.v2@v2.2.5

gopkg.in/yaml.v2

v2.2.5

golang

Apache-2.0, MIT

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0, https://app.snyk.io/vuln/snyk:lic:MIT

gzip@1.6-3ubuntu1

gzip

1.6-3ubuntu1

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


isc-dhcp/isc-dhcp-client@4.2.4-7ubuntu12.13

isc-dhcp/isc-dhcp-client

4.2.4-7ubuntu12.13

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


isc-dhcp/isc-dhcp-common@4.2.4-7ubuntu12.13

isc-dhcp/isc-dhcp-common

4.2.4-7ubuntu12.13

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


json-c/libjson0@0.11-3ubuntu1.2

json-c/libjson0

0.11-3ubuntu1.2

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


json-c/libjson-c2@0.11-3ubuntu1.2

json-c/libjson-c2

0.11-3ubuntu1.2

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


k8s.io/apimachinery@v0.18.8

k8s.io/apimachinery

v0.18.8

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

k8s.io/kubernetes@v1.13.0

k8s.io/kubernetes

v1.13.0

golang

Apache-2.0

lf-edge/eve:pkg/pillar/vendor/github.com/Microsoft/hcsshim/go.mod, lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

k8s.io/legacy-cloud-providers@v0.18.8

k8s.io/legacy-cloud-providers

v0.18.8

golang

Apache-2.0

lf-edge/eve:libs/zedUpload/go.mod, lf-edge/eve:pkg/newlog/go.mod, lf-edge/eve:pkg/pillar/go.mod, lf-edge/eve:pkg/edgeview/go.mod

https://app.snyk.io/vuln/snyk:lic:Apache-2.0

krb5/krb5-locales@1.12+dfsg-2ubuntu5.4

krb5/krb5-locales

1.12+dfsg-2ubuntu5.4

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4

krb5/libgssapi-krb5-2

1.12+dfsg-2ubuntu5.4

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


krb5/libgssapi-krb5-2@1.17-3+deb10u1

krb5/libgssapi-krb5-2

1.17-3+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


krb5/libk5crypto3@1.12+dfsg-2ubuntu5.4

krb5/libk5crypto3

1.12+dfsg-2ubuntu5.4

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


krb5/libk5crypto3@1.17-3+deb10u1

krb5/libk5crypto3

1.17-3+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


krb5/libkrb5-3@1.12+dfsg-2ubuntu5.4

krb5/libkrb5-3

1.12+dfsg-2ubuntu5.4

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


krb5/libkrb5-3@1.17-3+deb10u1

krb5/libkrb5-3

1.17-3+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


krb5/libkrb5support0@1.12+dfsg-2ubuntu5.4

krb5/libkrb5support0

1.12+dfsg-2ubuntu5.4

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


krb5/libkrb5support0@1.17-3+deb10u1

krb5/libkrb5support0

1.17-3+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


libbsd/libbsd0@0.6.0-2ubuntu1

libbsd/libbsd0

0.6.0-2ubuntu1

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


libgcrypt11@1.5.3-2ubuntu4.6

libgcrypt11

1.5.3-2ubuntu4.6

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5

openldap/libldap-2.4-2

2.4.31-1+nmu2ubuntu8.5

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


openssl@1.0.1f-1ubuntu2.27

openssl

1.0.1f-1ubuntu2.27

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


openssl@1.1.1d-0+deb10u6

openssl

1.1.1d-0+deb10u6

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

openssl/libssl1.0.0

1.0.1f-1ubuntu2.27

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


openssl/libssl1.1@1.1.1d-0+deb10u6

openssl/libssl1.1

1.1.1d-0+deb10u6

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


p11-kit/libp11-kit0@0.20.2-2ubuntu2

p11-kit/libp11-kit0

0.20.2-2ubuntu2

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


perl@5.18.2-2ubuntu1.7

perl

5.18.2-2ubuntu1.7

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


perl/perl-base@5.18.2-2ubuntu1.7

perl/perl-base

5.18.2-2ubuntu1.7

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


perl/perl-modules@5.18.2-2ubuntu1.7

perl/perl-modules

5.18.2-2ubuntu1.7

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


python2.7@2.7.16-2+deb10u1

python2.7

2.7.16-2+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


python2.7/libpython2.7-minimal@2.7.16-2+deb10u1

python2.7/libpython2.7-minimal

2.7.16-2+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


python2.7/libpython2.7-stdlib@2.7.16-2+deb10u1

python2.7/libpython2.7-stdlib

2.7.16-2+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


python2.7/python2.7-minimal@2.7.16-2+deb10u1

python2.7/python2.7-minimal

2.7.16-2+deb10u1

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


python3.4@3.4.3-1ubuntu1~14.04.7

python3.4

3.4.3-1ubuntu1~14.04.7

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7

python3.4/libpython3.4-minimal

3.4.3-1ubuntu1~14.04.7

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7

python3.4/libpython3.4-stdlib

3.4.3-1ubuntu1~14.04.7

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

python3.4/python3.4-minimal

3.4.3-1ubuntu1~14.04.7

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2

sqlite3/libsqlite3-0

3.8.2-1ubuntu2.2

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


subversion@1.10.4-1+deb10u2

subversion

1.10.4-1+deb10u2

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


subversion/libsvn1@1.10.4-1+deb10u2

subversion/libsvn1

1.10.4-1+deb10u2

dockerfile


lf-edge/eve:pkg/pillar/vendor/github.com/onsi/gomega/Dockerfile


sudo@1.8.9p5-1ubuntu1.4

sudo

1.8.9p5-1ubuntu1.4

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


vim/vim-common@2:7.4.052-1ubuntu3.1

vim/vim-common

2:7.4.052-1ubuntu3.1

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


vim/vim-tiny@2:7.4.052-1ubuntu3.1

vim/vim-tiny

2:7.4.052-1ubuntu3.1

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


xz-utils/liblzma5@5.1.1alpha+20120614-2ubuntu2

xz-utils/liblzma5

5.1.1alpha+20120614-2ubuntu2

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


zlib/zlib1g@1:1.2.8.dfsg-1ubuntu1.1

zlib/zlib1g

1:1.2.8.dfsg-1ubuntu1.1

dockerfile


lf-edge/eve:pkg/pillar/vendor/golang.org/x/net/http2/Dockerfile


  • No labels