Key | Value |
---|---|
FileName | ./usr/share/gocode/src/gopkg.in/eapache/channels.v1/.goipath |
FileSize | 46 |
MD5 | 52997EFF1703A2055DE0B3188605F705 |
SHA-1 | 07CB18E0A4D5860FC8F1D7FB753A5713CB311FC8 |
SHA-256 | D050A7E3D1C5D17B4E943624593A3D779F93BE56076E96CB8E9BDCE44B542C31 |
SSDEEP | 3:WmhIwBWYEeBy4zAGIV4n:WmewBWKBy4zJIV4n |
TLSH | |
hashlookup:parent-total | 16 |
hashlookup:trust | 100 |
The searched file hash is included in 16 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | C612C8EE34DF3B0B694ADDBB3067E09F |
PackageArch | noarch |
PackageDescription | The Go incarnation of the cross-platform "BasicTracer" reference impl for OpenTracing. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/opentracing/basictracer-go |
PackageMaintainer | Fedora Project |
PackageName | golang-github-opentracing-basictracer-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.1.0 |
SHA-1 | 1D41117D40BC5F29A39F9AC54AF18DD362833E78 |
SHA-256 | 594C8B41780A6BDED60083894C9C09568C7F74A7F42138314564837D0A898D8D |
Key | Value |
---|---|
MD5 | BEEC5E95392207B2F075001EB7945EFE |
PackageArch | noarch |
PackageDescription | Pester wraps Go's standard lib http client to provide several options to increase resiliency in your request. If you experience poor network conditions or requests could experience varied delays, you can now pester the endpoint for data. – Send out multiple requests and get the first back (only used for GET calls) – Retry on errors – Backoff This package contains the source code needed for building packages that reference the following Go import paths: – github.com/sethgrid/pester |
PackageMaintainer | Fedora Project |
PackageName | golang-github-sethgrid-pester-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.1.0 |
SHA-1 | 2B656CBFF0105FA0036360E75C26641BC0D0EF69 |
SHA-256 | ED01762883DD8D6053E34D8832CDD11C05C1AEF7A45A5F837D536D113C3159E4 |
Key | Value |
---|---|
MD5 | 809E6878E5ADC79C2A7428B2B30EBBEA |
PackageArch | noarch |
PackageDescription | This is a reference for the Influx Query Language ("InfluxQL"). InfluxQL is a SQL-like query language for interacting with InfluxDB. It has been lovingly crafted to feel familiar to those coming from other SQL or SQL-like environments while providing features specific to storing and analyzing time series data. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/influxdata/influxql |
PackageMaintainer | Fedora Project |
PackageName | golang-github-influxdata-influxql-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.1.0 |
SHA-1 | 40F3EE02F6528125C8E1624C5A3B491BA515ED26 |
SHA-256 | 3DECEDB3B21D70C35520A8610EEB1E360B97E288D5CAAB0A1398CDC4F127938D |
Key | Value |
---|---|
MD5 | 62B5D6F4FABC4624653AD47165C331E2 |
PackageArch | noarch |
PackageDescription | A rule-based tunnel in Go. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/Dreamacro/clash |
PackageMaintainer | Fedora Project |
PackageName | golang-github-dreamacro-clash-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.1.0 |
SHA-1 | 50BDB756CF9FC4954E4E8F8E8DDD245229D94E5C |
SHA-256 | A6DDBF28DB4B4C7E33966A95E815524C17E2C2B97DE8726BD91ED55D2124291A |
Key | Value |
---|---|
MD5 | 1C5A4EC086101B32CF0218B5558A21C7 |
PackageArch | noarch |
PackageDescription | Lightweight Go wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/ovh/go-ovh |
PackageMaintainer | Fedora Project |
PackageName | golang-github-ovh-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.1.0 |
SHA-1 | 53DF05BBF998C6A90749E0664396F4C07E46CDEA |
SHA-256 | 5916BAC3E5E8FDAD8BEC250FC5C590D290663D706EAAF4EE2BB2C2916231D33A |
Key | Value |
---|---|
MD5 | E697A412AC3741D6453D49F75A920AF9 |
PackageArch | noarch |
PackageDescription | A collection of helper functions and special types for working with and extending Go's existing channels. Due to limitations of Go's type system, importing this library directly is often not practical for production code. This package contains the source code needed for building packages that reference the following Go import paths: – gopkg.in/eapache/channels.v1 |
PackageMaintainer | Fedora Project |
PackageName | golang-gopkg-eapache-channels-1-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.1.0 |
SHA-1 | 58ABC2EAD41DF0FCC5CC7295C0D87C4142C574E4 |
SHA-256 | 0C1984E582EBC23B8BBE7CC78EBB012A33FCF8D21514828D9B547168903CC578 |
Key | Value |
---|---|
MD5 | F0A7A6CEB8F5D361235827FCC69E2744 |
PackageArch | noarch |
PackageDescription | The netlink package provides a simple netlink library for Go. Netlink is the interface a user-space program in linux uses to communicate with the kernel. It can be used to add and remove interfaces, set ip addresses and routes, and configure ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. Since low-level netlink messages are inscrutable at best, the library attempts to provide an api that is loosely modeled on the CLI provided by iproute2. Actions like ip link add will be accomplished via a similarly named function like AddLink(). This library began its life as a fork of the netlink functionality in docker/libcontainer but was heavily rewritten to improve testability, performance, and to add new functionality like ipsec xfrm handling. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/vishvananda/netlink |
PackageMaintainer | Fedora Project |
PackageName | golang-github-vishvananda-netlink-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.1.0 |
SHA-1 | 5E40E7A40FE754094BA755F5FDDDA80076EC0F4D |
SHA-256 | 83B0C8DCBB7B9AD724EA6D2956B397EDF3EB61302CB3920ED79E4609B82A3FF1 |
Key | Value |
---|---|
MD5 | B8C1EC9C1EA4CC9A867398D03F718F96 |
PackageArch | noarch |
PackageDescription | Accelerate aggregated MD5 hashing performance up to 8x for AVX512 and 4x for AVX2. Useful for server applications that need to compute many MD5 sums in parallel. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/minio/md5-simd |
PackageMaintainer | Fedora Project |
PackageName | golang-github-minio-md5-simd-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.1.0 |
SHA-1 | 60E12CBBD6114887EE973C838E5BEAB7FE7A404A |
SHA-256 | 91C0AE83B0BDB2275A2C3C9471A0E46AA49A58BE8348F0692BC37803BA8308E3 |
Key | Value |
---|---|
MD5 | 65812518E63B32D0BFE576D21F67E595 |
PackageArch | noarch |
PackageDescription | Files shared by most or all of the LightStep tracer implementations. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/lightstep/lightstep-tracer-common |
PackageMaintainer | Fedora Project |
PackageName | golang-github-lightstep-tracer-common-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.1.0 |
SHA-1 | 62BBA842C7EAA6E4EE550B57EBFBE35D0E5C73D8 |
SHA-256 | 15A77F2F6F5661F1D8E4402B521FBED9980166218B0C118609B9D78617558B0D |
Key | Value |
---|---|
MD5 | 5C89C9EC99B3387B33449EF284C75CE8 |
PackageArch | noarch |
PackageDescription | Inspired by bevacqua/fuzzysearch, a fuzzy matching library written in JavaScript. But contains some extras like ranking using Levenshtein distance (see RankMatch()) and finding matches in a list of words (see Find()). Fuzzy searching allows for flexibly matching a string with partial input, useful for filtering data very quickly based on lightweight user input. The current implementation uses the algorithm suggested by Mr. Aleph, a russian compiler engineer working at V8. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/lithammer/fuzzysearch |
PackageMaintainer | Fedora Project |
PackageName | golang-github-lithammer-fuzzysearch-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.1.0 |
SHA-1 | 84523DEFEF9A6FDAB79623F9D5184BC2CAB9C874 |
SHA-256 | 9EAE3775929FD88FF7AEC31BDD8C161FF7BB07F615379864A9B622BF442B2858 |