Result for 061BDD70EDBB1AAA1E3855326355D36D96D3F3FF

Query result

Key Value
FileName./usr/share/buildah/test/system/tools/vendor/github.com/mitchellh/mapstructure/go.mod
FileSize50
MD5CEC724492203CBC36F95EB07FC461120
SHA-1061BDD70EDBB1AAA1E3855326355D36D96D3F3FF
SHA-256D12BDF0950C494088FD93604ADE1596974054BA165729D6BA133633C27DAFFE3
SHA-512408CFE4466CF47530CFDF1BB6FF94B5D77B17208A2A9B3D2BFB63B4853A68F46BA707C604BF03E2173F80DFE480BCF4C0BE5B3F48872CC865AC0BAC3D488F7B0
SSDEEP3:3BAd42JJkG1Jzvn:xAuu+sv
TLSHT10D90025777AD40C55D694450908C1010167015D4B00697D8822B0565951A1190F99610
insert-timestamp1659226647.7194824
mimetypetext/plain
sourcesnap:mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15
hashlookup:parent-total20
hashlookup:trust100

Network graph view

Parents (Total: 20)

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

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
FileSize27820
MD5F186D11108F5653DEEA03C67CF78B269
PackageDescriptionlibrary for decoding generic map values into native Go structures mapstructure is a Go library for decoding generic map values to structures and vice versa, while providing helpful error handling. . This library is most useful when decoding values from some data stream (JSON, Gob, etc.) where you don't quite know the structure of the underlying data until you read a part of it. You can therefore read a map[string]interface{} and use this library to decode it into the proper underlying native Go structure. . Go offers fantastic standard libraries for decoding formats such as JSON. The standard method is to have a struct pre-created, and populate that struct from the bytes of the encoded format. This is great, but the problem is if you have configuration or an encoding that changes slightly depending on specific fields. . Perhaps we can't populate a specific structure without first reading the "type" field from the JSON. We could always do two passes over the decoding of the JSON (reading the "type" first, and the rest later). However, it is much simpler to just decode this into a map[string]interface{} structure, read the "type" key, then use something like this library to decode it into the proper structure.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-mitchellh-mapstructure-dev
PackageSectiongolang
PackageVersion1.4.2-1
SHA-1165F8DBFD443FCE544359FBBB0941708F4367501
SHA-256C01EAD98866564A7E23B247AC2C68B9F60116C4E6CF323A3F680F490BD544522
Key Value
MD5DA562BAC0FFB14E5F74A353A39741F3B
PackageArchnoarch
PackageDescriptionMapstructure is a Go library for decoding generic map values to structures and vice versa, while providing helpful error handling. This library is most useful when decoding values from some data stream (JSON, Gob, etc.) where you don't quite know the structure of the underlying data until you read a part of it. You can therefore read a map[string]interface{} and use this library to decode it into the proper underlying native Go structure. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/mitchellh/mapstructure
PackageMaintainerneoclust <neoclust>
PackageNamegolang-github-mitchellh-mapstructure-devel
PackageRelease1.mga9
PackageVersion1.5.0
SHA-11B9E86840C544F15D53040B35E152F08B571A4C1
SHA-2561129CEFC3C1D43E389996F33494B2ECE4362D73D1CD61435CC875D2CE667A68D
Key Value
MD53598D7A2473F4BC780EF7127AD1ED063
PackageArchnoarch
PackageDescriptionMapstructure is a Go library for decoding generic map values to structures and vice versa, while providing helpful error handling. This library is most useful when decoding values from some data stream (JSON, Gob, etc.) where you don't quite know the structure of the underlying data until you read a part of it. You can therefore read a map[string]interface{} and use this library to decode it into the proper underlying native Go structure. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/mitchellh/mapstructure
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-mapstructure-devel
PackageRelease1.fc33
PackageVersion1.3.3
SHA-11DD90638EAFA050B2A75FBBB71EA0F846ADE668B
SHA-256009A8F55422B2E1863186791B5B20309028EB1A8A4DE3E02DF1BF8189B4A6213
Key Value
FileSize24400
MD5E204227E883C155EB9FFA47E2160C335
PackageDescriptionlibrary for decoding generic map values into native Go structures mapstructure is a Go library for decoding generic map values to structures and vice versa, while providing helpful error handling. . This library is most useful when decoding values from some data stream (JSON, Gob, etc.) where you don't quite know the structure of the underlying data until you read a part of it. You can therefore read a map[string]interface{} and use this library to decode it into the proper underlying native Go structure. . Go offers fantastic standard libraries for decoding formats such as JSON. The standard method is to have a struct pre-created, and populate that struct from the bytes of the encoded format. This is great, but the problem is if you have configuration or an encoding that changes slightly depending on specific fields. . Perhaps we can't populate a specific structure without first reading the "type" field from the JSON. We could always do two passes over the decoding of the JSON (reading the "type" first, and the rest later). However, it is much simpler to just decode this into a map[string]interface{} structure, read the "type" key, then use something like this library to decode it into the proper structure.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-mitchellh-mapstructure-dev
PackageSectiondevel
PackageVersion1.3.2-1
SHA-1219F15140F256133BDE5517B8F9375A1CC66C9E0
SHA-2563079B9873F1F705AA14FA8964F9B059D548FD083257FB0F4B270E12EA02650A2
Key Value
MD5FC16D17FA99FF828892EC534869E4675
PackageArchx86_64
PackageDescriptionTests for buildah This package contains system tests for buildah
PackageMaintainerCentOS Buildsys <bugs@centos.org>
PackageNamebuildah-tests
PackageRelease2.module_el8.7.0+1106+45480ee0
PackageVersion1.24.2
SHA-12C30E4158A632CE4AEE850F9098BA5560C59155B
SHA-256EAECDF4F0E876453350F0E8461A2176DFB79C74ECEAAC8373F8C8D97A44A46A8
Key Value
FileSize25056
MD5F53DCF7E2D521460DBA64EFC5140AB48
PackageDescriptionlibrary for decoding generic map values into native Go structures mapstructure is a Go library for decoding generic map values to structures and vice versa, while providing helpful error handling. . This library is most useful when decoding values from some data stream (JSON, Gob, etc.) where you don't quite know the structure of the underlying data until you read a part of it. You can therefore read a map[string]interface{} and use this library to decode it into the proper underlying native Go structure. . Go offers fantastic standard libraries for decoding formats such as JSON. The standard method is to have a struct pre-created, and populate that struct from the bytes of the encoded format. This is great, but the problem is if you have configuration or an encoding that changes slightly depending on specific fields. . Perhaps we can't populate a specific structure without first reading the "type" field from the JSON. We could always do two passes over the decoding of the JSON (reading the "type" first, and the rest later). However, it is much simpler to just decode this into a map[string]interface{} structure, read the "type" key, then use something like this library to decode it into the proper structure.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-mitchellh-mapstructure-dev
PackageSectiondevel
PackageVersion1.3.3-1
SHA-138D01A0C1F649D1F226D3AC69DEBAACA4E84C6FE
SHA-25620290FA3F8428901BCEF3C29E2E8D2F5C9F932E2EC4F8CA6DCC7E4D322A56AF8
Key Value
MD5ADFED7DDD84ACA4C51DA1B00D67B92F5
PackageArchppc64le
PackageDescriptionTests for buildah This package contains system tests for buildah
PackageMaintainerCentOS Buildsys <bugs@centos.org>
PackageNamebuildah-tests
PackageRelease2.module_el8.6.0+1108+b13568aa
PackageVersion1.24.2
SHA-15994E2B7F4C741B3220EFF995A862DDE8D491ECF
SHA-2568CE55B3EBAA9DDACB07068D4B3348F04E0B5BEB3CB790175A89BCEC0E85CEE9B
Key Value
FileSize25908
MD5D7254C23CC72CD5C434D9C3B9026C038
PackageDescriptionlibrary for decoding generic map values into native Go structures mapstructure is a Go library for decoding generic map values to structures and vice versa, while providing helpful error handling. . This library is most useful when decoding values from some data stream (JSON, Gob, etc.) where you don't quite know the structure of the underlying data until you read a part of it. You can therefore read a map[string]interface{} and use this library to decode it into the proper underlying native Go structure. . Go offers fantastic standard libraries for decoding formats such as JSON. The standard method is to have a struct pre-created, and populate that struct from the bytes of the encoded format. This is great, but the problem is if you have configuration or an encoding that changes slightly depending on specific fields. . Perhaps we can't populate a specific structure without first reading the "type" field from the JSON. We could always do two passes over the decoding of the JSON (reading the "type" first, and the rest later). However, it is much simpler to just decode this into a map[string]interface{} structure, read the "type" key, then use something like this library to decode it into the proper structure.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-mitchellh-mapstructure-dev
PackageSectiondevel
PackageVersion1.3.3-1~bpo10+1
SHA-15FA8AA537C90CB9B59AAEAB74FE04C637152E4D8
SHA-25613ECD0C15DB7A9EF665B752C9DE94B92EA14B59F6E7D60EA3B6887F3C1727118
Key Value
MD50A1D02E541CDFEB1D6BFA33CDD7349DA
PackageArchnoarch
PackageDescriptionMapstructure is a Go library for decoding generic map values to structures and vice versa, while providing helpful error handling. This library is most useful when decoding values from some data stream (JSON, Gob, etc.) where you don't quite know the structure of the underlying data until you read a part of it. You can therefore read a map[string]interface{} and use this library to decode it into the proper underlying native Go structure. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/mitchellh/mapstructure
PackageMaintainerumeabot <umeabot>
PackageNamegolang-github-mitchellh-mapstructure-devel
PackageRelease2.mga9
PackageVersion1.4.1
SHA-17FA55515D60BAFF734F064F2C4B8033508B81297
SHA-2568AB17D8F86F3A11FD91CE09587CE46EE89A33D6E2F664048BC68B6550C412A6F