Result for 0D2DB37B7C4A3D1FA9C62484E85520CBEC3C3958

Query result

Key Value
FileName./usr/share/gocode/src/github.com/containerd/containerd/vendor/github.com/hashicorp/errwrap/go.mod
FileSize36
MD5CD8756148DA608BC9474B3DB1F826E39
SHA-10D2DB37B7C4A3D1FA9C62484E85520CBEC3C3958
SHA-25693985E11AF40E6301F25D7F83CC4032D2D6D22F338AEE277471A89364C700B29
SHA-5122B68CA06311D8602F04EB738A68A24951A9187AA70018D938E549CF7B555BF54DADBDA5825501436C52F6103BCD220ED170C99E4CF777187E2B997C87F05FB0D
SSDEEP3:3BAd9EvK7X+:xAQvKy
TLSH
insert-timestamp1659226698.285945
mimetypetext/plain
sourcesnap:mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15
hashlookup:parent-total44
hashlookup:trust100

Network graph view

Parents (Total: 44)

The searched file hash is included in 44 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
SHA-103BD1018751C915F71C1E2AE51345C94CA1942ED
snap-authoritycanonical
snap-filenamemdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap
snap-idmdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15
snap-nameaxiom
snap-publisher-id1gYihke6YA9pGfV8JRS1Ohe64f0Qs5nG
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2021-10-01T17:34:13.464567Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap
Key Value
MD50315C636024E0F5FC077EA6C0585E3FB
PackageArchx86_64
PackageDescriptionThis is the source libraries for docker.
PackageMaintainertmb <tmb>
PackageNamedocker-devel
PackageRelease1.mga8
PackageVersion19.03.15
SHA-119D5D543C47C55B21518442CDDE0CEE6B151DED7
SHA-256CDF1C211175136E63C0184984FFD99B2AB39437FE4433415352F882A1ED86D28
Key Value
FileSize5622700
MD57C167C981C21F00CA40B8DD91D9ECADF
PackageDescriptionExternally reusable Go packages included with Docker These packages are intentionally developed by upstream in such a way that they are reusable to projects outside Docker and only rely on each other or other external dependencies to be built.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-docker-docker-dev
PackageSectionadmin
PackageVersion20.10.21-0ubuntu1~20.04.4
SHA-119F6FE074C6F1372E904A260ACB6E26EDAE8B732
SHA-256F51AA0780795511AD94C17A72E80FF3DFC5B5C72098934DB44C6B268ECFD193E
Key Value
MD59F8122A78884B7D19E5FD0389BA38DED
PackageArchi586
PackageDescriptioncron job to run logrotate on Docker containers - for running unit tests - for running unit tests
PackageMaintainertmb <tmb>
PackageNamedocker-unit-test
PackageRelease1.mga8
PackageVersion19.03.15
SHA-11E7C9CF74014716F7F1DA57C5CB0DFAD140B4887
SHA-2563CC94208F45393FA50499D30B13288698DC7342663E0179D33CFE187D21E1146
Key Value
FileSize5504296
MD57427F2ECECBAAE730C0597EF14ECF3CC
PackageDescriptionExternally reusable Go packages included with Docker These packages are intentionally developed by upstream in such a way that they are reusable to projects outside Docker and only rely on each other or other external dependencies to be built.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-docker-docker-dev
PackageSectionadmin
PackageVersion20.10.7-0ubuntu1~21.04.1
SHA-1259BE0E023F4CB0CA16705858997819AC9AAACB9
SHA-256CB3F1212B274235D2027D50FF7A96ADB93109D2468E54B4C9A6AE36BD23C1FDB
Key Value
MD5FC16D17FA99FF828892EC534869E4675
PackageArchx86_64
PackageDescriptionTests for buildah This package contains system tests for buildah
PackageMaintainerCentOS Buildsys <bugs@centos.org>
PackageNamebuildah-tests
PackageRelease2.module_el8.7.0+1106+45480ee0
PackageVersion1.24.2
SHA-12C30E4158A632CE4AEE850F9098BA5560C59155B
SHA-256EAECDF4F0E876453350F0E8461A2176DFB79C74ECEAAC8373F8C8D97A44A46A8
Key Value
FileSize5525656
MD55D86A7E87789084207E2E2A01111CBB4
PackageDescriptionExternally reusable Go packages included with Docker These packages are intentionally developed by upstream in such a way that they are reusable to projects outside Docker and only rely on each other or other external dependencies to be built.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-docker-docker-dev
PackageSectionadmin
PackageVersion20.10.7-0ubuntu5~20.04.2
SHA-12D219950DB48BF2677C7F18E0B04D5589D0E76DA
SHA-256C533A8172927A35604EFA402D337A6F9271ED4286478D04B2CE1614091AA75B1
Key Value
FileSize6212
MD54D9E15D675A103CE106C6ED3FEFE708A
PackageDescriptionErrwrap is a Go (golang) library for wrapping and querying errors errwrap is a package for Go that formalizes the pattern of wrapping errors and checking if an error contains another error. . There is a common pattern in Go of taking a returned error value and then wrapping it (such as with fmt.Errorf) before returning it. The problem with this pattern is that you completely lose the original error structure. . Arguably the correct approach is that you should make a custom structure implementing the error interface, and have the original error as a field on that structure, such as this example. This is a good approach, but you have to know the entire chain of possible rewrapping that happens, when you might just care about one. . errwrap formalizes this pattern (it doesn't matter what approach you use above) by giving a single interface for wrapping errors, checking if a specific error is wrapped, and extracting that error. . This package contains the source.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-hashicorp-errwrap-dev
PackageSectiongolang
PackageVersion1.1.0-1
SHA-138FFFE90963A1E8CE659D81DCA41CA6EC468EC4F
SHA-2563F0B989036CA0664755E76C165095404B024C1DEB2593A831B335E287C69ECD7
Key Value
MD5D7F9D0028F68613315E0BC004FDDB170
PackageArchaarch64
PackageDescriptionThis is the source libraries for docker.
PackageMaintainertmb <tmb>
PackageNamedocker-devel
PackageRelease1.mga8
PackageVersion19.03.15
SHA-1430412048C3451406B28F103CC1E0859B5896428
SHA-25632B93DB667D8FBC9FA8653B82F3F253CBB60A3A42D0065CA0037CA116894A00D
Key Value
FileSize5486536
MD580C1C33510EFA1588F5C41317EA8A40B
PackageDescriptionExternally reusable Go packages included with Docker These packages are intentionally developed by upstream in such a way that they are reusable to projects outside Docker and only rely on each other or other external dependencies to be built.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-docker-docker-dev
PackageSectionadmin
PackageVersion20.10.2-0ubuntu1~20.10.1
SHA-147C6D1E5A78D99FDCD283BD2DE08B78BAFE01DCB
SHA-256A7BD24B693DBDE103B082B996047567D84560658FDFFB164E5D247E733E95DD4