Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/rickb777/plural/.goipath |
FileSize | 46 |
MD5 | E374A7B57321B61D345FCC86F14E1E93 |
SHA-1 | 1D55B6D7F08A66C27817CCFBC9740B5CEC103CB4 |
SHA-256 | 6F284957FF7967B98952FA42AE71D8EDF05094C145B3C14C65A9CFBA301977B2 |
SSDEEP | 3:WmaGWv9Uy4zAGIV4n:WmaGWvSy4zJIV4n |
TLSH | |
hashlookup:parent-total | 7 |
hashlookup:trust | 85 |
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 |
---|---|
MD5 | 707FC571523669BB64B82B9164E59B50 |
PackageArch | noarch |
PackageDescription | One 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 |
PackageMaintainer | Fedora Project |
PackageName | golang-github-pquerna-otp-devel |
PackageRelease | 2.fc34 |
PackageVersion | 1.3.0 |
SHA-1 | 44681D2EEDBF82AE9E8CE606480B8236464B3D4C |
SHA-256 | 1E732ED90B247B0389C2C592CC70B497D847A0444507F13AE199AFA811C9F184 |
Key | Value |
---|---|
MD5 | BE75F69DAAF9DCE102E5DCA9E92FEC07 |
PackageArch | noarch |
PackageDescription | Simple 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 |
PackageMaintainer | Fedora Project |
PackageName | golang-github-rickb777-plural-devel |
PackageRelease | 2.fc34 |
PackageVersion | 1.3.0 |
SHA-1 | 78AEAEB55484982C99942E1C0E3E3E10B385E224 |
SHA-256 | D1C4567E1504EA329B2138E2452C3C5C0192AA9AF656F30442AAB337B052BC36 |
Key | Value |
---|---|
MD5 | 32FCB3EAB80648D2C3215EB79153CCF1 |
PackageArch | noarch |
PackageDescription | This 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 |
PackageMaintainer | Fedora Project |
PackageName | golang-github-cmd-devel |
PackageRelease | 2.fc34 |
PackageVersion | 1.3.0 |
SHA-1 | FA7E86D521FD7C1F74B95EBD0A94697389257965 |
SHA-256 | FCF0416B34F921A8BAF2E341A2EF2D97566B044603DF209BE3BBC1F864C826C7 |
Key | Value |
---|---|
MD5 | 50595CBCF3858C4DB1EA6B46D1589DC9 |
PackageArch | noarch |
PackageDescription | The 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 |
PackageMaintainer | Fedora Project |
PackageName | golang-github-hashicorp-memdb-devel |
PackageRelease | 2.fc34 |
PackageVersion | 1.3.0 |
SHA-1 | 316C98B7DF134029F002EFCAF1C96BC7182B6949 |
SHA-256 | 5F3FF068C9169CB8F8718730E6D0255E53666000C9699AAB74029092F3ACE342 |
Key | Value |
---|---|
MD5 | 3946C6D9C1182CBE412B25F13BF0F7F8 |
PackageArch | noarch |
PackageDescription | Provides 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 |
PackageMaintainer | Fedora Project |
PackageName | golang-github-hashicorp-immutable-radix-devel |
PackageRelease | 2.fc34 |
PackageVersion | 1.3.0 |
SHA-1 | 2946A93F242653E8AD9B18FB36CBCDD8AF8641EB |
SHA-256 | 32E2C4F1A07DD7BAAFA7CD62C44911773B9EE978E0852994919085D7CAA1CC28 |
Key | Value |
---|---|
MD5 | 49F26CCC91AD2DE259941F5F9AC51EF4 |
PackageArch | noarch |
PackageDescription | A 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 |
PackageMaintainer | Fedora Project |
PackageName | golang-github-prometheus-prom2json-devel |
PackageRelease | 2.fc34 |
PackageVersion | 1.3.0 |
SHA-1 | 156A3BB19DA205FA2CD6B382E72BDAAEBB5CF54F |
SHA-256 | 4912564E2E673736974EB8F031F958DE911B51019F3D4C6AE68768EE500D6F0C |
Key | Value |
---|---|
MD5 | FA662AB6E427358B28D1975FC5B5AFE4 |
PackageArch | noarch |
PackageDescription | A 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 |
PackageMaintainer | Fedora Project |
PackageName | golang-github-adrianmo-nmea-devel |
PackageRelease | 2.fc34 |
PackageVersion | 1.3.0 |
SHA-1 | 72EAD258B8430E2518FA12F387FADB3F62FCC16B |
SHA-256 | C7C8BD625A51EC651C0873D98F059148E4B8A2EA6B76816E53320D6488F86E23 |