Result for 18F8BA5585704C88932E8BCFB68492BC20691203

Query result

Key Value
FileName./usr/share/gocode/src/github.com/GoogleCloudPlatform/guest-agent/vendor/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.go
FileSize16556
MD5087F524A6F6990DC16EC6253AF82BDB9
SHA-118F8BA5585704C88932E8BCFB68492BC20691203
SHA-25676170295B6D17B7867A71670E05343CE05FD282260F0E2813E76978066756A9E
SSDEEP192:bEDSM7YNMidi+F9krMiedNXu3711/YgaSlt25us3Fv1ZL+tRKGM98yFic+bRU5Ue:XkWdN+B1QRSltmz1vd1cRc5X/c0GM
TLSHT1D4728863A6C94D360B0372B8A6095151B7EC8C5ACE38C235F4EC19DBF345568C7B26E9
hashlookup:parent-total111
hashlookup:trust100

Network graph view

Parents (Total: 111)

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

Key Value
MD5C605C10D5A169611CB2ED8096089634A
PackageArchx86_64
PackageDescriptionThis subrepository holds the source for various packages and tools that support Go's build system and the development of the Go programming language.
PackageNamegolang-org-x-build
PackageReleaselp150.1.30
PackageVersion0.0.0+git20200521.4872bff
SHA-1010C60EB2A2432246ADE6D5294133D4F46A7A795
SHA-2569B19A29909E1A259B493ADF63C50A79FF0CC1E680AFBC4476C629DC921464A3F
Key Value
MD56250FCF75F6DBBA71B876CFAD2E94EF0
PackageArcharmv7hl
PackageDescriptionThis package provides Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers. (RPC is not supported.)
PackageNamegolang-github-golang-protobuf
PackageReleaselp152.10.52
PackageVersion1.3.0
SHA-101435BA49DE3C9C11CB2896285D2A0CC6925062A
SHA-256A0B214DBBE27117159837276D0B291B08DDD129164EF5803A4CFEBFC26E06762
Key Value
FileSize1370744
MD57417C047249562A21E1A21D407027A5F
PackageDescriptionProtocol buffer support for the Go programming language Adds support for serializing and deserializing data in the protocol buffer format for users of the Go language. This will also install a protobuf compiler filter which will allow you to compile protocol buffers to Go code using protoc from the protobuf-compiler package.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-goprotobuf-dev
PackageSectiondevel
PackageVersion1.3.4-2~bpo10+1
SHA-104678E3F6C79FC85CF5AC26F1049991074D13749
SHA-25623FB076C0973E26102DC165A7D69131EEA97F594620EE7AFBA73AC1513916D6C
Key Value
MD5FCB2D49B17839A75DDB6FB8CA8254F41
PackageArchx86_64
PackageDescriptionThis package provides debug sources for package reg. Debug sources are useful when developing applications that use this package or when debugging this package.
PackageMaintainerFedora Project
PackageNamereg-debugsource
PackageRelease3.fc34
PackageVersion0.16.1
SHA-10735676B8C1DD4D3E9CA2B70892916AA8AC27A65
SHA-256999E7CE9217382849780B31CFB85E966676216A5B34D125D6CC656D557874781
Key Value
MD508C01BD654492AC859667C270C44C67D
PackageArcharmv7hl
PackageDescriptionThis package provides Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers. (RPC is not supported.)
PackageNamegolang-github-golang-protobuf
PackageReleaselp153.10.4
PackageVersion1.3.0
SHA-1074EF3466309C49398ED0282346AB9801604C678
SHA-25647302D679848256344C43A338EF7B00CD378D5BD449AD7DEFA9DE8F2573A6822
Key Value
MD583E994DAC7CE8622FF3FF673BEA774CE
PackageArchx86_64
PackageDescriptionThis package provides debug sources for package golang-github-protobuf. Debug sources are useful when developing applications that use this package or when debugging this package.
PackageMaintainerFedora Project
PackageNamegolang-github-protobuf-debugsource
PackageRelease1.fc32
PackageVersion1.3.3
SHA-10B1633722EBA34D43FD470CB4F3F51DF1F3C4BC1
SHA-25696D0D03F0C02BF207F3938EC947BFFBBCAC86C94553678F0D984B6BEB4A50EE5
Key Value
MD54FCE8EA8D32FE979C708BDC67D8BF3D4
PackageArchnoarch
PackageDescriptionPackage viper contains utility functions used to implement the standard "cmd/go" tool, provided as a convenience to developers who want to write tools with similar semantics.
PackageNamegolang-github-spf13-viper
PackageRelease1.22
PackageVersion1.7.0+git20200509.13df721
SHA-10C6AABB4E0CC14C8DFE1057F8A9FBD304C30730E
SHA-256435E6D71E35DDC24E4FE1ED351C9ABFC229215C15A8D39ADECB60121629861ED
Key Value
MD552A98431881E26612EE68F9ED5AE47A0
PackageArchnoarch
PackageDescriptiongo4.org is a collection of packages for Go programmers. They started out living in Perkeep's repo and elsewhere but they have nothing to do with Perkeep, so we're moving them here. Details * single repo. go4 is a single repo. That means things can be changed and rearranged globally atomically with ease and confidence. * no backwards compatibility. go4 makes no backwards compatibility promises. If you want to use go4, vendor it. And next time you update your vendor tree, update to the latest API if things in go4 changed. The plan is to eventually provide tools to make this easier. * forward progress because we have no backwards compatibility, it's always okay to change things to make things better. That also means the bar for contributions is lower. We don't have to get the API 100% correct in the first commit. * no Go version policy go4 packages are usually built and tested with the latest Go stable version. However, go4 has no overarching version policy; each package can declare its own set of supported Go versions. * code review contributions must be code-reviewed. We're trying out Gerrithub, to see if we can find a mix of Github Pull Requests and Gerrit that works well for many people. We'll see. * CLA compliant contributors must agree to the Google CLA (the same as Go itself). This ensures we can move things into Go as necessary in the future. It also makes lawyers at various companies happy. The CLA is not a copyright assignment; you retain the copyright on your work. The CLA just says that your work is open source and you have permission to open source it. See https://golang.org/doc/contribute.html#cla * docs, tests, portability all code should be documented in the normal Go style, have tests, and be portable to different operating systems and architectures. We'll try to get builders in place to help run the tests on different OS/arches. For now we have Travis at least.
PackageNamegolang-github-go4org-go4
PackageRelease1.2
PackageVersion0.0.0+git20200411.f5505b9
SHA-10DB6EDA7BB85291296D9049F446429FB66C93726
SHA-256219CB7C8C84B293930EF381F30280CEF1E3451C1FE1F9EF1EC81686699C6C298
Key Value
MD5E2B0A8F1F140099472C9CD212A65A3B2
PackageArchs390x
PackageDescriptionThis subrepository holds the source for various packages and tools that support Go's build system and the development of the Go programming language.
PackageNamegolang-org-x-build
PackageRelease1.30
PackageVersion0.0.0+git20200521.4872bff
SHA-111216BF3BE661C76E959DDCDABE0E4DD73A90897
SHA-256C318303A94F220DEA944CA8D0F615E480635B02C72C95573AE237AFE684F068D
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