Result for D4A2ACA59DC1F336616C8704C2DE23DB2A79ABB6

Query result

Key Value
FileName./usr/share/gocode/src/github.com/yl2chen/cidranger/go.sum
FileSize968
MD5ECF19B4FDD176E5F10B6FC01DE1C70D5
SHA-1D4A2ACA59DC1F336616C8704C2DE23DB2A79ABB6
SHA-2561C7334974595C86C7D467F1BD2E13F129AACF91480E202CEE9196806E5C243FC
SHA-512AA68314254246FCA60EA21016F18EF85A693902ECFAB433C99A47D65F1683F6DBA24FC3CF9DA89A32DFF44A328AF83C91A9F54437E055AC7B6A8ABAFA3E0E9B9
SSDEEP24:fyQR5y1fTGQhontObxlT/wj8KIOtkZW79l86db:dRQGFWak6Iy
TLSHT12311CE92132142DD1E5268B97AE9ACBD72A0E882D64198D525DB113BF3539934F1F807
insert-timestamp1659227115.6076984
mimetypetext/plain
sourcesnap:mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15
hashlookup:parent-total15
hashlookup:trust100

Network graph view

Parents (Total: 15)

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

Key Value
FileSize5568
MD53536DD9675AC930D9E51368136F408F8
PackageDescriptionprocesses synchronization library FileMutex is similar to sync.RWMutex, but also synchronizes across processes. On Linux, OSX, and other POSIX systems it uses the flock system call.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-alexflint-go-filemutex-dev
PackageSectiongolang
PackageVersion1.1.0-1
SHA-1731F94E65062B6419BF8C3C177936E6ACE674416
SHA-25672B3ADCA10021B4DF6EC066E5058CB02D5D21324EFEF8C603693BA549236CD47
Key Value
FileSize15224
MD5CAB8E9F028A87DEBE0F3ED55840AB034
PackageDescriptioneasy and fluent Go cron scheduling goCron is a Golang job scheduling package which lets one run Go functions periodically at pre-determined interval using a simple, human-friendly syntax. . goCron is a Golang implementation of Ruby module clockwork and Python job scheduling package schedule.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-go-co-op-gocron-dev
PackageSectiongolang
PackageVersion0.5.0-2
SHA-13961EB91677B7DDA6DE0658ECDDF3986D5DF8B2C
SHA-2566A527DACA5335E3BA62058DF6B668E762107BB26D75CAD84403796802A7B8A52
Key Value
FileSize23288
MD5A97DA2AF0A6F544CD57E8666FB6FD9AC
PackageDescriptionFast IP to CIDR lookup in Golang The cidranger library provides fast IP to CIDR block(s) lookup using path-compressed prefix tries in Golang, inspired by IPv4 route lookup in Linux. Possible use cases include detecting if a IP address is from published cloud provider CIDR blocks (e.g. "is 52.95.110.1 contained in AWS Route 53 CIDR 52.95.110.0/24?"), IP routing rules, etc.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-yl2chen-cidranger-dev
PackageSectiondevel
PackageVersion1.0.1-1
SHA-1B584706D9BF5E96300F1F6C7684A454CB327D398
SHA-25649E25804390C28ABA74D4B5B95403C83193133D5A5B52A4E2B4A5101E437E387
Key Value
FileSize7504
MD52CA50B16EFD5B3B31159735E4D125112
PackageDescriptionGo package for parsing byte units This package provides multipliers and string conversion functions for byte units with support for decimal and binary SI prefixes.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-alecthomas-units-dev
PackageSectiongolang
PackageVersion0.0~git20201120.1786d5e-1
SHA-17324460E5DEEFA58DCD64F048C480DB485023FCE
SHA-2563B87114BF8E685BE87D7651FE95DDC603532638BA87DC44EA198F0AF96E5AC74
Key Value
SHA-103BD1018751C915F71C1E2AE51345C94CA1942ED
snap-authoritycanonical
snap-filenamemdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap
snap-idmdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15
snap-nameaxiom
snap-publisher-id1gYihke6YA9pGfV8JRS1Ohe64f0Qs5nG
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2021-10-01T17:34:13.464567Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap
Key Value
FileSize15264
MD528A35EBD0A6E02ABC90C9021C07FB055
PackageDescriptioneasy and fluent Go cron scheduling goCron is a Golang job scheduling package which lets one run Go functions periodically at pre-determined interval using a simple, human-friendly syntax. . goCron is a Golang implementation of Ruby module clockwork and Python job scheduling package schedule.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-go-co-op-gocron-dev
PackageSectiongolang
PackageVersion0.5.0-2
SHA-124FB4C42A57D7B4CF6D28C39317EC7989A1CD706
SHA-2564F33A1017AF7D1C193D4446277EAEFC186DE4B3CFC5866E7776851C0D5960BFC
Key Value
FileSize8040
MD5511443C2CCF0C722A2157A1FD90D047D
PackageDescriptionLoad environment variables from `.env` or `io.Reader` in Go. To modify your app environment variables, gotenv expose 2 main functions: * gotenv.Load * gotenv.Apply By default, gotenv.Load will look for a file called .env in the current working directory. . Behind the scene, it will then load .env file and export the valid variables to the environment variables. Make sure you call the method as soon as possible to ensure it loads all variables, say, put it on init() function. . Once loaded you can use os.Getenv() to get the value of the variable.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-subosito-gotenv-dev
PackageSectiondevel
PackageVersion1.2.0+git20190917.de67a66-2
SHA-138EEC8ED29C08ECBAC9D6C80FD139DC6A82FEF76
SHA-25657D2C88175760BEDEB5553A6B7D476C192D60908DB0245C2AFDE2FB179E52F0C
Key Value
FileSize8124
MD5A38F830FCB272D3CAC45D8BA9641AA89
PackageDescriptionLoad environment variables from `.env` or `io.Reader` in Go. To modify your app environment variables, gotenv expose 2 main functions: * gotenv.Load * gotenv.Apply By default, gotenv.Load will look for a file called .env in the current working directory. . Behind the scene, it will then load .env file and export the valid variables to the environment variables. Make sure you call the method as soon as possible to ensure it loads all variables, say, put it on init() function. . Once loaded you can use os.Getenv() to get the value of the variable.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-subosito-gotenv-dev
PackageSectiondevel
PackageVersion1.2.0+git20190917.de67a66-2~bpo10+1
SHA-18515519C279BE5CC385C354D902E59113CFB601B
SHA-25610E06C33003D962831C80CEB0545E08B8AE6AFF1F1C3F4C97C16648C2C2A2CA6
Key Value
FileSize7552
MD51D0DA335386A3B0B1ED3E108F5EC81F1
PackageDescriptionGo package for parsing byte units This package provides multipliers and string conversion functions for byte units with support for decimal and binary SI prefixes.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-alecthomas-units-dev
PackageSectiongolang
PackageVersion0.0~git20201120.1786d5e-1
SHA-10D0D3141B83EA803A972FB318A684C3E1B43EE6F
SHA-256C1373CEAAECB1A12394500367E6C6F87D7974EBBCED9FBBB33CB6CF5B82D32A3
Key Value
FileSize7452
MD5E8FC15A58FDE9D22D02C6510C8DE3973
PackageDescriptionLoad environment variables from `.env` or `io.Reader` in Go. To modify your app environment variables, gotenv expose 2 main functions: * gotenv.Load * gotenv.Apply By default, gotenv.Load will look for a file called .env in the current working directory. . Behind the scene, it will then load .env file and export the valid variables to the environment variables. Make sure you call the method as soon as possible to ensure it loads all variables, say, put it on init() function. . Once loaded you can use os.Getenv() to get the value of the variable.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-subosito-gotenv-dev
PackageSectiondevel
PackageVersion1.2.0+git20190917.de67a66-2
SHA-1F2A986190FDBA826FA082FC4976B2CED9929ACDB
SHA-2566B466A0CD4FE04BDCB3053CB4EEC0E756E4D4E34F181CC93BEF2597AAD01BFE1
Key Value
FileSize16952
MD55BC1E076D90B7AD106CF446FE5BAEB30
PackageDescriptionInflection engine for Golang Flect is a new inflection engine to replace github.com/markbates/inflect, designed to be more modular, more readable, and easier to fix issues on than the original. . The github.com/gobuffalo/flect package contains "basic" inflection tools, like pluralization, singularization, etc.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-gobuffalo-flect-dev
PackageSectiongolang
PackageVersion0.2.3-2
SHA-186660B3A989BC2E8DA6EE6AC838F9FA11709E38D
SHA-2568F801FD9E8EC617F25372C6597F67BBD6733CD72B7D75E3933578F54CB471FC1
Key Value
FileSize5516
MD5FEAF1CD3E5C3819FC75E62BECDB5C2EB
PackageDescriptionprocesses synchronization library FileMutex is similar to sync.RWMutex, but also synchronizes across processes. On Linux, OSX, and other POSIX systems it uses the flock system call.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-alexflint-go-filemutex-dev
PackageSectiongolang
PackageVersion1.1.0-1
SHA-1C7214E3162CEE73E61A2E96468F5A1D6E71B92E5
SHA-2561D4C7F7DD41BAD092343FBEF9A1955B4B5BE1762E1DF272BB65896FD405503BB
Key Value
FileSize23352
MD5F45D9B9490B9D6DDBAF3F873866BADA1
PackageDescriptionFast IP to CIDR lookup in Golang The cidranger library provides fast IP to CIDR block(s) lookup using path-compressed prefix tries in Golang, inspired by IPv4 route lookup in Linux. Possible use cases include detecting if a IP address is from published cloud provider CIDR blocks (e.g. "is 52.95.110.1 contained in AWS Route 53 CIDR 52.95.110.0/24?"), IP routing rules, etc.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-yl2chen-cidranger-dev
PackageSectiondevel
PackageVersion1.0.2-1
SHA-1FC6F0C3FCB1F4E7F53F0AB1DF435590850B8D3C2
SHA-256D8FC4A0A093AE59DDDBC63B599BF0B46B1B1AC793E8A3ED80CBEFCB756AFC173
Key Value
FileSize8432
MD5F0A57317F0DAF7BBD8BDD922D7A3460A
PackageDescriptionGo package for parsing byte units This package provides multipliers and string conversion functions for byte units with support for decimal and binary SI prefixes.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-alecthomas-units-dev
PackageSectiongolang
PackageVersion0.0~git20210927.59d0afb-1
SHA-12C624327C0C2AB3D6280C0ED73B3A94D0E56D93B
SHA-2560D38BFC51081B60D52205459E47A526BD826B002773F20FCB41D1E26FE84717D
Key Value
FileSize23308
MD5021E98B3BA6CDCD3F8CD0DD8C6662CDD
PackageDescriptionFast IP to CIDR lookup in Golang The cidranger library provides fast IP to CIDR block(s) lookup using path-compressed prefix tries in Golang, inspired by IPv4 route lookup in Linux. Possible use cases include detecting if a IP address is from published cloud provider CIDR blocks (e.g. "is 52.95.110.1 contained in AWS Route 53 CIDR 52.95.110.0/24?"), IP routing rules, etc.
PackageMaintainerDebian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-yl2chen-cidranger-dev
PackageSectiondevel
PackageVersion1.0.2-1
SHA-16F4EB76159D09DF62479594721D078F6EDB182C5
SHA-256876C2E69339E8528CF4E6675EF429911CA09B038B164843E74CF3C4AD2DCD56E