Result for 1D55B6D7F08A66C27817CCFBC9740B5CEC103CB4

Query result

Key Value
FileName./usr/share/gocode/src/github.com/rickb777/plural/.goipath
FileSize46
MD5E374A7B57321B61D345FCC86F14E1E93
SHA-11D55B6D7F08A66C27817CCFBC9740B5CEC103CB4
SHA-2566F284957FF7967B98952FA42AE71D8EDF05094C145B3C14C65A9CFBA301977B2
SSDEEP3:WmaGWv9Uy4zAGIV4n:WmaGWvSy4zJIV4n
TLSH
hashlookup:parent-total7
hashlookup:trust85

Network graph view

Parents (Total: 7)

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

Key Value
MD5707FC571523669BB64B82B9164E59B50
PackageArchnoarch
PackageDescriptionOne Time Passwords (OTPs) are an mechanism to improve security over passwords alone. When a Time-based OTP (TOTP) is stored on a user's phone, and combined with something the user knows (Password), you have an easy on-ramp to Multi-factor authentication without adding a dependency on a SMS provider. This Password and TOTP combination is used by many popular websites including Google, Github, Facebook, Salesforce and many others. The otp library enables you to easily add TOTPs to your own application, increasing your user's security against mass-password breaches and malware. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/pquerna/otp
PackageMaintainerFedora Project
PackageNamegolang-github-pquerna-otp-devel
PackageRelease2.fc34
PackageVersion1.3.0
SHA-144681D2EEDBF82AE9E8CE606480B8236464B3D4C
SHA-2561E732ED90B247B0389C2C592CC70B497D847A0444507F13AE199AFA811C9F184
Key Value
MD5BE75F69DAAF9DCE102E5DCA9E92FEC07
PackageArchnoarch
PackageDescriptionSimple Go API for pluralisation. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/rickb777/plural
PackageMaintainerFedora Project
PackageNamegolang-github-rickb777-plural-devel
PackageRelease2.fc34
PackageVersion1.3.0
SHA-178AEAEB55484982C99942E1C0E3E3E10B385E224
SHA-256D1C4567E1504EA329B2138E2452C3C5C0192AA9AF656F30442AAB337B052BC36
Key Value
MD532FCB3EAB80648D2C3215EB79153CCF1
PackageArchnoarch
PackageDescriptionThis package is a small but very useful wrapper around os/exec.Cmd for Linux and macOS that makes it safe and simple to run external commands in highly concurrent, asynchronous, real-time applications. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/go-cmd/cmd
PackageMaintainerFedora Project
PackageNamegolang-github-cmd-devel
PackageRelease2.fc34
PackageVersion1.3.0
SHA-1FA7E86D521FD7C1F74B95EBD0A94697389257965
SHA-256FCF0416B34F921A8BAF2E341A2EF2D97566B044603DF209BE3BBC1F864C826C7
Key Value
MD550595CBCF3858C4DB1EA6B46D1589DC9
PackageArchnoarch
PackageDescriptionThe Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indices that exist and allows transactions to be executed. The database provides the following: – Multi-Version Concurrency Control (MVCC) - By leveraging immutable radix trees the database is able to support any number of concurrent readers without locking, and allows a writer to make progress. – Transaction Support - The database allows for rich transactions, in which multiple objects are inserted, updated or deleted. The transactions can span multiple tables, and are applied atomically. The database provides atomicity and isolation in ACID terminology, such that until commit the updates are not visible. – Rich Indexing - Tables can support any number of indexes, which can be simple like a single field index, or more advanced compound field indexes. Certain types like UUID can be efficiently compressed from strings into byte indexes for reduced storage requirements. – Watches - Callers can populate a watch set as part of a query, which can be used to detect when a modification has been made to the database which affects the query results. This lets callers easily watch for changes in the database in a very general way. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/hashicorp/go-memdb
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-memdb-devel
PackageRelease2.fc34
PackageVersion1.3.0
SHA-1316C98B7DF134029F002EFCAF1C96BC7182B6949
SHA-2565F3FF068C9169CB8F8718730E6D0255E53666000C9699AAB74029092F3ACE342
Key Value
MD53946C6D9C1182CBE412B25F13BF0F7F8
PackageArchnoarch
PackageDescriptionProvides the iradix package that implements an immutable radix tree. The package only provides a single Tree implementation, optimized for sparse nodes. As a radix tree, it provides the following: – O(k) operations. In many cases, this can be faster than a hash table since the hash function is an O(k) operation, and hash tables have very poor cache locality. – Minimum / Maximum value lookups – Ordered iteration A tree supports using a transaction to batch multiple updates (insert, delete) in a more efficient manner than performing each operation one at a time. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/hashicorp/go-immutable-radix
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-immutable-radix-devel
PackageRelease2.fc34
PackageVersion1.3.0
SHA-12946A93F242653E8AD9B18FB36CBCDD8AF8641EB
SHA-25632E2C4F1A07DD7BAAFA7CD62C44911773B9EE978E0852994919085D7CAA1CC28
Key Value
MD549F26CCC91AD2DE259941F5F9AC51EF4
PackageArchnoarch
PackageDescriptionA tool to scrape a Prometheus client and dump the result as JSON. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/prometheus/prom2json
PackageMaintainerFedora Project
PackageNamegolang-github-prometheus-prom2json-devel
PackageRelease2.fc34
PackageVersion1.3.0
SHA-1156A3BB19DA205FA2CD6B382E72BDAAEBB5CF54F
SHA-2564912564E2E673736974EB8F031F958DE911B51019F3D4C6AE68768EE500D6F0C
Key Value
MD5FA662AB6E427358B28D1975FC5B5AFE4
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.fc34
PackageVersion1.3.0
SHA-172EAD258B8430E2518FA12F387FADB3F62FCC16B
SHA-256C7C8BD625A51EC651C0873D98F059148E4B8A2EA6B76816E53320D6488F86E23