Result for B85E316844EE4D968C11C2709C2F6E3EB2AE361A

Query result

Key Value
FileName./usr/share/gocode/src/sigs.k8s.io/yaml/.goipath
FileSize46
MD5C6EE67FA61AFE8C3BE75DBA7CACEF065
SHA-1B85E316844EE4D968C11C2709C2F6E3EB2AE361A
SHA-2569C349FA7BF988549AB6E9B3172D05A8F3DB06F20D52EA6EE0C55F9B2AA0F5D8F
SSDEEP3:WmWwaRvAEeBy4zAGIV4n:Wm+sBy4zJIV4n
TLSH
hashlookup:parent-total9
hashlookup:trust95

Network graph view

Parents (Total: 9)

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

Key Value
MD51F10D1A60CA270228EBD2142DF39BF97
PackageArchnoarch
PackageDescriptionA NMEA parser library in pure Go. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/adrianmo/go-nmea
PackageMaintainerFedora Project
PackageNamegolang-github-adrianmo-nmea-devel
PackageRelease2.fc33
PackageVersion1.2.0
SHA-1F9FA5DCBAD279260CF7104A7CECB7EEDBD0DCF8C
SHA-2566B3CC09284909F00339EA327FFC33E0D2C9B83D3C21CE7E5DD68AB91BA58260D
Key Value
MD547973AED146499D34C143BD0FCC60D43
PackageArchnoarch
PackageDescriptionResiliency patterns for golang. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/eapache/go-resiliency
PackageMaintainerFedora Project
PackageNamegolang-github-eapache-resiliency-devel
PackageRelease2.fc33
PackageVersion1.2.0
SHA-12F5F024EEFB94BDAC0935AA9E01294021D74CD19
SHA-2562B9AF786264366F16120C65BD0F0C3C3E5B4EFCE31FDECB4959DDE9F0AA47842
Key Value
MD5968D7EAFAB882E816D27B1BD2A918630
PackageArchnoarch
PackageDescriptionPackage gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/gorilla/sessions
PackageMaintainerFedora Project
PackageNamegolang-github-gorilla-sessions-devel
PackageRelease2.fc33
PackageVersion1.2.0
SHA-16D32FE52C156F798C9C45B066148D140DA85F298
SHA-256B980908DB39E9A3A534221E3E0A0E8E51C123B9906F2DF73E844A444FC645115
Key Value
MD5E5921BC464A9AD97603D0CB64C7C3AD8
PackageArchnoarch
PackageDescriptionThis code builds a library which enable applications to connect to an MQTT broker to publish messages, and to subscribe to topics and receive published messages. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/eclipse/paho.mqtt.golang
PackageMaintainerFedora Project
PackageNamegolang-github-eclipse-paho-mqtt-devel
PackageRelease2.fc33
PackageVersion1.2.0
SHA-1FDCF911D826C9A8CFAD932014F2125177A571C95
SHA-256A5898181FD1A1BA1218A5B9C49419BF5F9DEA840D4CD60146F7180A52A68714B
Key Value
MD54E77875943F581472DED3B3AD1F767F5
PackageArchnoarch
PackageDescriptionSubcommands is a Go package that implements a simple way for a single command to have many subcommands, each of which takes arguments and so forth. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/google/subcommands
PackageMaintainerFedora Project
PackageNamegolang-github-google-subcommands-devel
PackageRelease2.fc33
PackageVersion1.2.0
SHA-19D66662D01D5247790B616FF6E038E2581098777
SHA-256C2EBE31A0C785DB15D2C35790B6C1FC9054275F4C86C17FC5FEBC2E1D8631319
Key Value
MD5F869494214E2843DCF020210CBAE2D9B
PackageArchnoarch
PackageDescriptionThe Cascadia package implements CSS selectors for use with the parse trees produced by the html package. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/andybalholm/cascadia
PackageMaintainerFedora Project
PackageNamegolang-github-andybalholm-cascadia-devel
PackageRelease2.fc33
PackageVersion1.2.0
SHA-11B548FCBA2F6110CA8361D2E56DC60C44D61E761
SHA-256CB80E99D1B59DD6F9ECDB3E11DC10BD2CE19F8A12AA1FD2437F3E8A66301AA64
Key Value
MD501C968C38D24D910FB077B72C67F5E74
PackageArchnoarch
PackageDescriptionAn implementation of JSON Schema for the Go programming language. Supports draft-04, draft-06 and draft-07. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/xeipuuv/gojsonschema
PackageMaintainerFedora Project
PackageNamegolang-github-xeipuuv-gojsonschema-devel
PackageRelease2.fc33
PackageVersion1.2.0
SHA-10F8132CC599578FE44ED8FB8298DAC41D27E67D0
SHA-2567472E2B47F2A7AA12F716EA1E610D226B4AF1541C2949B6217DA9CCD9D536FB1
Key Value
MD56B8B39D831671C649D62EF5BF500B131
PackageArchnoarch
PackageDescriptionLoad environment variables from `.env` or `io.Reader` in Go. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/subosito/gotenv
PackageMaintainerFedora Project
PackageNamegolang-github-subosito-gotenv-devel
PackageRelease2.fc33
PackageVersion1.2.0
SHA-1940C0D2A0B3611E4A34D6B6991E1FA8DD3110C4D
SHA-256C5580F5B8DBE76C48DEB99D00F83110151CB45E0C0BB3AD6F35197DFEABDF8A7
Key Value
MD57E49566AE36DEDAE59EB6C347E551137
PackageArchnoarch
PackageDescriptionA wrapper around go-yaml designed to enable a better way of handling YAML when marshaling to and from structs. In short, this library first converts YAML to JSON using go-yaml and then uses json.Marshal and json.Unmarshal to convert to or from the struct. This means that it effectively reuses the JSON struct tags as well as the custom JSON methods MarshalJSON and UnmarshalJSON unlike go-yaml. This package contains the source code needed for building packages that reference the following Go import paths: – sigs.k8s.io/yaml
PackageMaintainerFedora Project
PackageNamegolang-sigs-k8s-yaml-devel
PackageRelease2.fc33
PackageVersion1.2.0
SHA-12771BCF58E6B2549D12CCB8AB01D97ABDCB51A10
SHA-25671B461168EEAF45AE250A14654105FB317649A289460A85A6814FF34C0762154