Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/valyala/fasttemplate/.goipath |
FileSize | 46 |
MD5 | 1F5226C9B5A05B5E81FA676732E68F13 |
SHA-1 | 22FF4A2F3A46A3B871482C46A86521F27ED4F763 |
SHA-256 | 43FC623C6614EADAC463C244F8D425A386C2A4B4A85D61FEAA4A7AAA247CFF63 |
SSDEEP | 3:WmWbWYEeBy4zAGIV4n:WmiWKBy4zJIV4n |
TLSH | |
hashlookup:parent-total | 10 |
hashlookup:trust | 100 |
The searched file hash is included in 10 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | F3193D1FC8BA56A44393B180AF0B44A7 |
PackageArch | noarch |
PackageDescription | Liner is a command line editor with history. It was inspired by linenoise; everything Unix-like is a VT100 (or is trying very hard to be). If your terminal is not pretending to be a VT100, change it. Liner also support Windows. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/peterh/liner |
PackageMaintainer | Fedora Project |
PackageName | golang-github-peterh-liner-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.2.0 |
SHA-1 | EAA4BC99C92050E51EC2971D9834F25104221F4E |
SHA-256 | F1F956386C2199CB2966AE625B1BDBA9DB5C91EFEE8CA4526E66AF806E804E29 |
Key | Value |
---|---|
MD5 | C9DA7A107E77828577E9BD0D8E877515 |
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 | 1.fc33 |
PackageVersion | 1.2.0 |
SHA-1 | 60C6819753577868D5A2A4A8205001543FBF7E7C |
SHA-256 | 3DCF58374855BA1B446ED32D26D7B7AA66EF29B693C5A54C84778F1AC9F9076F |
Key | Value |
---|---|
MD5 | 82FE271DD237BA97CC99D673D6C59D8B |
PackageArch | noarch |
PackageDescription | Golang copy directory recursively. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/otiai10/copy |
PackageMaintainer | Fedora Project |
PackageName | golang-github-otiai10-copy-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.2.0 |
SHA-1 | BBF69DB38881CE6E17D893A246F92E6353B09F9D |
SHA-256 | 70D4467A2EE50837E1133A29B58E1ED984EC3B10274130AA0F951BA0FD35E4C6 |
Key | Value |
---|---|
MD5 | 54C04BF43BF5276F0F2E5101ECA04ED4 |
PackageArch | noarch |
PackageDescription | gRPC Go recently acquired support for Interceptors, i.e. middleware that is executed either on the gRPC Server before the request is passed onto the user's application logic, or on the gRPC client either around the user call. It is a perfect way to implement common patterns: auth, logging, message, validation, retries or monitoring. These are generic building blocks that make it easy to build multiple microservices easily. The purpose of this repository is to act as a go-to point for such reusable functionality. It contains some of them itself, but also will link to useful external repos. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/grpc-ecosystem/go-grpc-middleware |
PackageMaintainer | Fedora Project |
PackageName | golang-github-grpc-ecosystem-middleware-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.2.0 |
SHA-1 | 05ABE5823295F27FFA95965527F8FB5BA630FA3E |
SHA-256 | B5244B550BDFA1EA5E9348992F5FCABFB92D0BCA5151F9DF0E465C22C404972A |
Key | Value |
---|---|
MD5 | 5EE7B8278FB623AA5921F6F572FB1E47 |
PackageArch | noarch |
PackageDescription | Simple and fast template engine for Go. Fasttemplate performs only a single task - it substitutes template placeholders with user-defined values. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/valyala/fasttemplate |
PackageMaintainer | Fedora Project |
PackageName | golang-github-valyala-fasttemplate-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.2.0 |
SHA-1 | 9BF4195E9126F133225B4802DA29D7FC8C658CD6 |
SHA-256 | 62D3F83BAE00DB385DC1FD158D8C984C6FD8B30843E6F3F22DDDA1F8FE4EC6E9 |
Key | Value |
---|---|
MD5 | 7B5B9992D4A22ACCDF4C0BADCF62C275 |
PackageArch | noarch |
PackageDescription | This package is a Go platform API for OpenTracing. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/opentracing/opentracing-go |
PackageMaintainer | Fedora Project |
PackageName | golang-github-opentracing-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.2.0 |
SHA-1 | 6C8B98FA54EB9737E82A5DCBC6B850BCCD03F23B |
SHA-256 | 22A5E3B6FFD08D20DAE538E757B31834B85B767318302B43060C2FCC44ADAA46 |
Key | Value |
---|---|
MD5 | 80FEE220B2A9F24C29DF4683D9608349 |
PackageArch | noarch |
PackageDescription | Package Decimal implements an arbitrary precision fixed-point decimal. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/shopspring/decimal |
PackageMaintainer | Fedora Project |
PackageName | golang-github-shopspring-decimal-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.2.0 |
SHA-1 | 55D95A51A35F5EED895DC985EAC1DD647C62828A |
SHA-256 | 9AACAFAEB54757A026CF0FF52C1B809D421F474C281CEF4303A6C803A3EE48E2 |
Key | Value |
---|---|
MD5 | 2F674BC91C7BA0B2FB43F612B48F1B4E |
PackageArch | noarch |
PackageDescription | Convert snake case, camel case and kebap case strings. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/stoewer/go-strcase |
PackageMaintainer | Fedora Project |
PackageName | golang-github-stoewer-strcase-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.2.0 |
SHA-1 | AD93E0C82039DDE472320ECA5FD03211782FF531 |
SHA-256 | E2F8CEA464D2643C87F7718CB94421166A4C26837BFF571E8D9ED8EEF09637C6 |
Key | Value |
---|---|
MD5 | 95D94C413BA398CBEB83AC1D35135498 |
PackageArch | noarch |
PackageDescription | Alice provides a convenient way to chain your HTTP middleware functions and the app handler. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/justinas/alice |
PackageMaintainer | Fedora Project |
PackageName | golang-github-justinas-alice-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.2.0 |
SHA-1 | 29C9A51D0C97916E780996F477B282486E840D7F |
SHA-256 | 676460991EE3F57D1CBA4F6ED2DBBD6B9555ED3F062E1BD5409F923F63BCE3CD |
Key | Value |
---|---|
MD5 | F524C6CB34F1533C9B4C314D94C886F0 |
PackageArch | noarch |
PackageDescription | Parser for uniform resource names as seen on RFC 2141. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/leodido/go-urn |
PackageMaintainer | Fedora Project |
PackageName | golang-github-leodido-urn-devel |
PackageRelease | 1.fc33 |
PackageVersion | 1.2.0 |
SHA-1 | 0652258B2A6E3B44ABC30594584687017C2CBB7E |
SHA-256 | 977786897F4B5B0083DB0B53AD221B6ABDFA83C85DEB17655942AE7919074417 |