Key | Value |
---|---|
FileName | ./usr/share/go/1.21/contrib/src/github.com/influxdata/influxdb/vendor/go.uber.org/zap/zapcore/increase_level.go |
FileSize | 2347 |
MD5 | A6EAB3281615ACAEEBCBB3B6BF9CD0BF |
SHA-1 | 016CAFB81E95FD93B4DA85B464200E6BD9E01B96 |
SHA-256 | 241BC46FAC74DDD566533E117F81E7CB99D5DF83FC028136B967CD6E9551783D |
SHA-512 | 7A0D3BFADB998C454FCC0C203DF2F7FD6043702B943D0F47B37A67837E86EA30174497E6A5C6A152E6E64DE12E5366F9D5EB4E43B83C7B77D2D9C1AFE3AF8AD8 |
SSDEEP | 48:bmJ1lrEwmLQHus5Kfm3o4F5T5mQ2IaMPiuGMBMZylAlefflhBlIwly:eIwwQHNocmQ2TMPiuGMBQICef91ISy |
TLSH | T1A4418A7A22C407632E5C0136F44C7CDAB2F9B898ED1975C9B49CD379711502CDA7B642 |
insert-timestamp | 1659226547.3682292 |
mimetype | text/plain |
source | snap:mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15 |
hashlookup:parent-total | 22 |
hashlookup:trust | 100 |
The searched file hash is included in 22 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 01026F87CE4801FA2184CB7396F8E55D |
PackageArch | x86_64 |
PackageDescription | This package provides debug sources for package caddy. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | caddy-debugsource |
PackageRelease | 1.fc33 |
PackageVersion | 2.2.0 |
SHA-1 | 03B6FDCA1F1E512B8616CF6C81A28EA4D8C85724 |
SHA-256 | A97785DAFFA6CE5D4D5D782FFC4AC014DC8274F6ACFB09FFB78BC0A52D6DB5FD |
Key | Value |
---|---|
SHA-1 | 03BD1018751C915F71C1E2AE51345C94CA1942ED |
snap-authority | canonical |
snap-filename | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
snap-id | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15 |
snap-name | axiom |
snap-publisher-id | 1gYihke6YA9pGfV8JRS1Ohe64f0Qs5nG |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2021-10-01T17:34:13.464567Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
Key | Value |
---|---|
MD5 | 2458C40B8127863CC0B72879B7D4B5E8 |
PackageArch | noarch |
PackageDescription | Package Zap provides fast, structured, leveled logging. For applications that log in the hot path, reflection-based serialization and string formatting are prohibitively expensive - they're CPU-intensive and make many small allocations. Put differently, using json.Marshal and fmt.Fprintf to log tons of interface{} makes your application slow. Zap takes a different approach. It includes a reflection-free, zero-allocation JSON encoder, and the base Logger strives to avoid serialization overhead and allocations wherever possible. By building the high-level SugaredLogger on that foundation, zap lets users choose when they need to count every allocation and when they'd prefer a more familiar, loosely typed API. This package contains the source code needed for building packages that reference the following Go import paths: – go.uber.org/zap |
PackageMaintainer | umeabot <umeabot> |
PackageName | golang-uber-zap-devel |
PackageRelease | 2.mga9 |
PackageVersion | 1.18.1 |
SHA-1 | 11147AE851C6901D835A2C94C47CF524B2F87FA8 |
SHA-256 | F67AE07372C5905A0CEF9018A02E22E0E5779C981F1937C566E37A00B0E9A5BA |
Key | Value |
---|---|
MD5 | 7737D971C17347A66FEDFEB2F4540A10 |
PackageArch | aarch64 |
PackageDescription | This package provides debug sources for package caddy. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | caddy-debugsource |
PackageRelease | 1.fc34 |
PackageVersion | 2.3.0 |
SHA-1 | 1D8BCCC3A1F1747C12A53855E1F094F876EDC367 |
SHA-256 | 852460A8BB4BB5C412991AE83FE27BCC0219F41218A990F93EADD6682CFBACCD |
Key | Value |
---|---|
MD5 | E86835BC73C0B9BAAA4FB69B699D9D31 |
PackageArch | x86_64 |
PackageDescription | This package provides debug sources for package caddy. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | caddy-debugsource |
PackageRelease | 1.fc34 |
PackageVersion | 2.3.0 |
SHA-1 | 27CDD3BFF5CB811CD134AA924E94C9B3E8F8B03C |
SHA-256 | 8DE6DEF14CF25CEEE2D382937EB7FDD80536ACD8C56CD9F2B69C69A6D39CB88F |
Key | Value |
---|---|
FileSize | 92776 |
MD5 | 463934FF12514BB1A8F45D731B29A10E |
PackageDescription | Blazing fast, structured, leveled logging in Go Package zap provides fast, structured, leveled logging. . For applications that log in the hot path, reflection-based serialization and string formatting are prohibitively expensive, they're CPU-intensive and make many small allocations. Put differently, using json.Marshal and fmt.Fprintf to log tons of interface{} makes your application slow. . Zap takes a different approach. It includes a reflection-free, zero-allocation JSON encoder, and the base Logger strives to avoid serialization overhead and allocations wherever possible. By building the high-level SugaredLogger on that foundation, zap lets users choose when they need to count every allocation and when they'd prefer a more familiar, loosely typed API. |
PackageMaintainer | Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org> |
PackageName | golang-go.uber-zap-dev |
PackageSection | devel |
PackageVersion | 1.15.0-2 |
SHA-1 | 2A93B1CC72771914E1B673000A067C90FBDDEE01 |
SHA-256 | 0CDAC253B584EA850C1A61AF7A4EA1AEA957F688A8051496A09F20E4ACEC6D52 |
Key | Value |
---|---|
MD5 | 47A68BF9C6A09B72919B63AEC8ECA69E |
PackageArch | noarch |
PackageDescription | Package Zap provides fast, structured, leveled logging. For applications that log in the hot path, reflection-based serialization and string formatting are prohibitively expensive - they're CPU-intensive and make many small allocations. Put differently, using json.Marshal and fmt.Fprintf to log tons of interface{} makes your application slow. Zap takes a different approach. It includes a reflection-free, zero-allocation JSON encoder, and the base Logger strives to avoid serialization overhead and allocations wherever possible. By building the high-level SugaredLogger on that foundation, zap lets users choose when they need to count every allocation and when they'd prefer a more familiar, loosely typed API. This package contains the source code needed for building packages that reference the following Go import paths: – go.uber.org/zap |
PackageMaintainer | Fedora Project |
PackageName | golang-uber-zap-devel |
PackageRelease | 1.fc33~bootstrap |
PackageVersion | 1.15.0 |
SHA-1 | 2EC6DE9A609788C3396CEE87EA1255D211593692 |
SHA-256 | 93F895FBE3ED42336EED23C4F84995F8BFBBE97CF2743345B48297A55FEE16C4 |
Key | Value |
---|---|
MD5 | 7CFD292D320CB7CEDB01BB13CDBFBAD0 |
PackageArch | x86_64 |
PackageDescription | Go sources and other development files for InfluxDB |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | influxdb-devel |
PackageRelease | bp156.1.39 |
PackageVersion | 1.11.1 |
SHA-1 | 3DA162AC5AB32BA0BA81FADF86EC036A0E255B5D |
SHA-256 | A86D244B9FBFEDDA8324AE1A869D8B6AB8AF3A6233314ACC4734758EF9EBE4D7 |
Key | Value |
---|---|
MD5 | ED40121BA3D053BDC6B2E7BBAB82ED64 |
PackageArch | armv7hl |
PackageDescription | This package provides debug sources for package caddy. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | caddy-debugsource |
PackageRelease | 1.fc33 |
PackageVersion | 2.2.0 |
SHA-1 | 4FAE7F9437938A0B7AE67A372FA80B8321073612 |
SHA-256 | 5F7E61AFE703C116EDE7C763DCC238499F82B90F1F00389DF984D7739D12F4CB |
Key | Value |
---|---|
FileSize | 87816 |
MD5 | A0C8D3D844D38B74B8E35D7DE5158AF3 |
PackageDescription | Blazing fast, structured, leveled logging in Go Package zap provides fast, structured, leveled logging. . For applications that log in the hot path, reflection-based serialization and string formatting are prohibitively expensive, they're CPU-intensive and make many small allocations. Put differently, using json.Marshal and fmt.Fprintf to log tons of interface{} makes your application slow. . Zap takes a different approach. It includes a reflection-free, zero-allocation JSON encoder, and the base Logger strives to avoid serialization overhead and allocations wherever possible. By building the high-level SugaredLogger on that foundation, zap lets users choose when they need to count every allocation and when they'd prefer a more familiar, loosely typed API. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-go.uber-zap-dev |
PackageSection | devel |
PackageVersion | 1.15.0-2 |
SHA-1 | 5B5C6CD7ED038AA74AEE6001F451A0F8E90605FF |
SHA-256 | 2E5492FACBCE91134B209D1457138E578D1D5E5EE551340D6D295D0214FE31E3 |