Result for A2A8CD1E13EA5D134FDB4B022B42BD2575DAA0E1

Query result

Key Value
CRC3259D46379
FileName./usr/share/gocode/src/github.com/gorilla/mux/bench_test.go
FileSize496
MD57B84DD615A80D6CF2E3595D16BB6655C
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Multilanguage', 'Language': '924', 'MfgCode': '830', 'OpSystemCode': ' 2017', 'ProductCode': '183699', 'ProductName': 'SUSE Linux Enterprise Server 12', 'ProductVersion': 'dl.Aug.30'}
RDS:package_id182365
SHA-1A2A8CD1E13EA5D134FDB4B022B42BD2575DAA0E1
SHA-256E0E3E56C62AA197A947068EA84EE99B4B0F2724A8AED13AEF916274D6FF90F66
SSDEEP12:j9jj/MldMHYw2sEHZw2PH1/P8FF5w2k7v9jZESR3:FMPMHYn5w2PHVO51kpjZb3
SpecialCode
TLSHT19FF00EDB449803AB8B501390DD27EA8EA654F624B12610DAC238538AE16782D92D1013
dbnsrl_modern_rds
insert-timestamp1679426695.659781
sourceRDS.db
hashlookup:parent-total23
hashlookup:trust100

Network graph view

Parents (Total: 23)

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

Key Value
MD5CE20CA77F3588A4385F9C9B659045231
PackageArchaarch64
PackageDescriptionUnit tests for flannel package This package contains unit tests for project providing packages with github.com/coreos/flannel prefix.
PackageMaintainerFedora Project
PackageNameflannel-unit-test-devel
PackageRelease5.fc24
PackageVersion0.5.5
SHA-1074B902167527C38982BDD4EBD64729CD3AC19D4
SHA-2560FA225A0D35F8F596F04BD8530C5BBBBFFF88F02A3F2E23EB9C7EA2C955A2E26
Key Value
FileSize19200
MD5EB228E0FAF358F385A64D55EF316E6D7
PackageDescriptionURL router and dispatcher gorilla/mux implements a request router and dispatcher. . The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: . * Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. * URL hosts and paths can have variables with an optional regular expression. * Registered URLs can be built, or "reversed", which helps maintaining references to resources. * Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. * It implements the http.Handler interface so it is compatible with the standard http.ServeMux.
PackageMaintainerDaniel Mizyrycki <mzdaniel@glidelink.net>
PackageNamegolang-mux-dev
PackageSectiondevel
PackageVersion0.0~git20140505.1.136d54f-2
SHA-11F24949292B50CF3C01B914893CBD5777B77A2E7
SHA-2568E7FE598240906E237D116E3C559D173B7F511E62B2E5FE7AA7CBBA50774E478
Key Value
MD50032683B4F9624F7D788A73D537324BF
PackageArchx86_64
PackageDescriptionUnit tests for golang-github-gorilla-mux package This package contains unit tests for project providing packages with github.com/gorilla/mux prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-gorilla-mux-unit-test
PackageRelease0.18.git8096f47.el6
PackageVersion0
SHA-12318FEA1D054E34A867A5045C0E1435E53C96344
SHA-256A00CFD204C2763C0DDDA70FF4D586482F81C694CA8766F37637A2305B1793F6B
Key Value
MD5F55AD503AD25FCD9EBF692769E04C5EB
PackageArchaarch64
PackageDescriptionUnit tests for golang-github-gorilla-mux package This package contains unit tests for project providing packages with github.com/gorilla/mux prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-gorilla-mux-unit-test
PackageRelease0.18.git8096f47.fc23
PackageVersion0
SHA-124B1058AD96AD67898317C8AF37114C0D5A8CF8E
SHA-2569E5E6A3B3D651BE2B1E469DC14A958FF2253369CD4B499C97DE352C9895FDF65
Key Value
MD5835963D1D6CA78766632ABE3060A4A10
PackageArchppc64le
PackageDescriptionA golang registry for global request variables (source libraries) - for running unit tests - for running unit tests
PackageMaintainerFedora Project
PackageNamedocker-unit-test
PackageRelease22.gitdcff4e1.fc23
PackageVersion1.7.0
SHA-12FF337B6AC28CD6B32BB05D60DF19F0CF5F39CF0
SHA-256B2452AE67FDCA88D3DB63F1BF8BC4FD85E873018B7E8123F65A8FF2A4C4AF594
Key Value
MD5F9F7DDFFD517AFA87568DEA8DDF1BF13
PackageArchnoarch
PackageDescriptionPackage gorilla/mux implements a request router and dispatcher. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. This package contains library source intended for building other packages which use gorilla/mux.
PackageMaintainerFedora Project
PackageNamegolang-github-gorilla-mux-devel
PackageRelease0.15.git136d54f.fc22
PackageVersion0
SHA-136C556271664407D91134B523962DE4FD9B1D599
SHA-25653AC11297F2538A817872D67F3A2F95A14E89967D027FBB86C8965A3139B29D3
Key Value
FileSize19796
MD545CE1B9ABAD6CE4A139C5386DEB21F47
PackageDescriptionURL router and dispatcher gorilla/mux implements a request router and dispatcher. . The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: . * Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. * URL hosts and paths can have variables with an optional regular expression. * Registered URLs can be built, or "reversed", which helps maintaining references to resources. * Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. * It implements the http.Handler interface so it is compatible with the standard http.ServeMux.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-mux-dev
PackageSectiondevel
PackageVersion0.0~git20130701-1
SHA-13E6ED157DDDECF2254C382144CFA6B500AFECD6A
SHA-25637AB4A9C31704F251B9AE2BE474BC86506D959ACF5D3B0BF8A1811FD718B7EC4
Key Value
MD5EC1B49F88046A91718F49DCEF9B601AB
PackageArchnoarch
PackageDescriptionPackage gorilla/mux implements a request router and dispatcher. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. This package contains library source intended for building other packages which use gorilla/mux.
PackageMaintainerFedora Project
PackageNamegolang-github-gorilla-mux-devel
PackageRelease0.15.git136d54f.fc21
PackageVersion0
SHA-14C5D27ED613E29B3AEA8C43895E12522429F9D21
SHA-2567CB6C8B689971E0CB1EFEA9CAB43AED34C4D0F7F0F3F2EEBD945946F4A7D77C6
Key Value
MD5E357A8410F01B96E40B01EEFD1F8E3C6
PackageArchppc64
PackageDescriptionA golang registry for global request variables (source libraries) - for running unit tests - for running unit tests
PackageMaintainerFedora Project
PackageNamedocker-unit-test
PackageRelease22.gitdcff4e1.fc23
PackageVersion1.7.0
SHA-14DF7C169B7BEE196A30E8E6F92F7E2263AA71BF5
SHA-2560179D61D44702929DC922241CEF9CDB7D7E6E952F063BD0803037AF6AE2C45D9
Key Value
MD54A0DB910830577C7D8DA67B9F07977C9
PackageArchi686
PackageDescriptionUnit tests for golang-github-gorilla-mux package This package contains unit tests for project providing packages with github.com/gorilla/mux prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-gorilla-mux-unit-test
PackageRelease0.18.git8096f47.el6
PackageVersion0
SHA-151839EC35A0A1A5738BAC7F504DD136F51A85269
SHA-256EA62429442E638DF78619307186E80426BC37230C8D2FC9BA9E44DECF798AEC8