Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/mitchellh/go-homedir/homedir.go |
FileSize | 2931 |
MD5 | F49CD6E1C4ACA5AAA55A753E11C8EC92 |
SHA-1 | 900CAED2CE248DCFA229FEA028F970DEDF3C6CBC |
SHA-256 | 0529DB116AABBB1C5ED3D04B0D564B26A405C8B358EAF17FEC857B3CD7934C11 |
SSDEEP | 48:WeohiwhrBLBteUE6A0DhNcLKbX5KW+gLJOB7nvb+QQHegW4Wj2POdXxR+TCDEVWx:aieBVEeALK9s12WR5x8GLa17Ns4G |
TLSH | T1D95114D06BEAD65217615110A9085882FAE4F4F215BDE4BCF9D49BF9B01C017C9F4EC2 |
hashlookup:parent-total | 19 |
hashlookup:trust | 100 |
The searched file hash is included in 19 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 77C86D283DB59D39A354A1619869D715 |
PackageArch | armv7hl |
PackageDescription | Are you used to tools such as Cargo, npm, Composer, Nuget, Pip, Maven, Bundler, or other modern package managers? If so, Glide is the comparable Go tool. Manage your vendor and vendored packages with ease. Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package. |
PackageName | golang-github-Masterminds-glide |
PackageRelease | lp153.1.4 |
PackageVersion | 0.13.2 |
SHA-1 | 0AF87E2C78A8E75608660C9AA70287E2A1636211 |
SHA-256 | 97EC13BA907A08E0DDAE0313FB31A385D90F9F02BA6A2AC88EBCD78090CF6FA0 |
Key | Value |
---|---|
MD5 | 9346031E45C08AE5BD803F29EF0C381A |
PackageArch | x86_64 |
PackageDescription | Are you used to tools such as Cargo, npm, Composer, Nuget, Pip, Maven, Bundler, or other modern package managers? If so, Glide is the comparable Go tool. Manage your vendor and vendored packages with ease. Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package. |
PackageName | golang-github-Masterminds-glide |
PackageRelease | 1.31 |
PackageVersion | 0.13.2 |
SHA-1 | 0B187BD7D4EDC9587050E26194A528C1B4030BC2 |
SHA-256 | 58E943C506978814C868F2C13BF6830E4B4F5C61221DBAC28405BAB01AD2CD4D |
Key | Value |
---|---|
MD5 | 6973E34945E04B6BC4AFD0B1F373558B |
PackageArch | armv6hl |
PackageDescription | Are you used to tools such as Cargo, npm, Composer, Nuget, Pip, Maven, Bundler, or other modern package managers? If so, Glide is the comparable Go tool. Manage your vendor and vendored packages with ease. Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package. |
PackageName | golang-github-Masterminds-glide |
PackageRelease | 1.324 |
PackageVersion | 0.13.2 |
SHA-1 | 1043F71BA906083792A4D4016FCD555D9BE83D8B |
SHA-256 | B9CE802F59B884033559EBA800AFEA68101D7EA041473B448535D73C4AB3ECB2 |
Key | Value |
---|---|
MD5 | 8C7A6B3403816E551EE2A9C1C515F711 |
PackageArch | x86_64 |
PackageDescription | Are you used to tools such as Cargo, npm, Composer, Nuget, Pip, Maven, Bundler, or other modern package managers? If so, Glide is the comparable Go tool. Manage your vendor and vendored packages with ease. Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package. |
PackageName | golang-github-Masterminds-glide |
PackageRelease | lp151.1.45 |
PackageVersion | 0.13.2 |
SHA-1 | 2623012C443711A271364842572113C9291FC840 |
SHA-256 | 58F7341B8B30FC956A29450011C9B7B9786609CB96D049BFA7BDA024038AB7AC |
Key | Value |
---|---|
MD5 | 8AAD85BCE14A3315C99739BD60D4E4A2 |
PackageArch | armv7hl |
PackageDescription | Are you used to tools such as Cargo, npm, Composer, Nuget, Pip, Maven, Bundler, or other modern package managers? If so, Glide is the comparable Go tool. Manage your vendor and vendored packages with ease. Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package. |
PackageName | golang-github-Masterminds-glide |
PackageRelease | 1.324 |
PackageVersion | 0.13.2 |
SHA-1 | 3139369DD2DBC1047D99F0BC1535473835B8055D |
SHA-256 | 023129C5EB102EEE46A81F329C9B8C9B615E6051FC1D0BFC5A28EFB305CC8FCC |
Key | Value |
---|---|
FileSize | 4546 |
MD5 | 7DAF3AD487CBF7A1253C37C30CCDEE97 |
PackageDescription | Go library for detecting and expanding the user's home directory This is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments. . Usage is incredibly simple, just call homedir.Dir() to get the home directory for a user, and homedir.Expand() to expand the ~ in a path to the home directory. . Why not just use os/user? The built-in os/user package requires cgo on Darwin systems. This means that any Go code that uses that package cannot cross compile. But 99% of the time the use for os/user is just to retrieve the home directory, which we can do for the current user without cgo. This library does that, enabling cross-compilation. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-mitchellh-go-homedir-dev |
PackageSection | devel |
PackageVersion | 0.0~git20161203.0.b8bc1bf-1 |
SHA-1 | 3BC57C968712F046602CE218B70024603C5C4FAF |
SHA-256 | 29CAEC690340710454E71C2DA4D83B4FFE5768AE445FFA4A7EEC834F9B43A3EC |
Key | Value |
---|---|
MD5 | 6292340256E07E3D2314A94D48612B4A |
PackageArch | x86_64 |
PackageDescription | Are you used to tools such as Cargo, npm, Composer, Nuget, Pip, Maven, Bundler, or other modern package managers? If so, Glide is the comparable Go tool. Manage your vendor and vendored packages with ease. Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package. |
PackageName | golang-github-Masterminds-glide |
PackageRelease | lp152.1.49 |
PackageVersion | 0.13.2 |
SHA-1 | 4482123963BA767E3DEB18BA30D9782C2B017C97 |
SHA-256 | 074191260019983EEA9F20D56F039BB96404117892E1028E1BEE57215855B14A |
Key | Value |
---|---|
MD5 | 8A06661C472743B516A07A391F3A2DA4 |
PackageArch | s390x |
PackageDescription | Are you used to tools such as Cargo, npm, Composer, Nuget, Pip, Maven, Bundler, or other modern package managers? If so, Glide is the comparable Go tool. Manage your vendor and vendored packages with ease. Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package. |
PackageName | golang-github-Masterminds-glide |
PackageRelease | 1.42 |
PackageVersion | 0.13.2 |
SHA-1 | 45447A819FE3C31FA90E4611B001A53BFB7C1CD1 |
SHA-256 | 2E22FE318AED8D10CBC1DA2FB469F9234F2696FEB797E43221C7A08148365E41 |
Key | Value |
---|---|
MD5 | 5745F8A1194FAF3F795174FEF40DA74F |
PackageArch | x86_64 |
PackageDescription | Are you used to tools such as Cargo, npm, Composer, Nuget, Pip, Maven, Bundler, or other modern package managers? If so, Glide is the comparable Go tool. Manage your vendor and vendored packages with ease. Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package. |
PackageName | golang-github-Masterminds-glide |
PackageRelease | 1.95 |
PackageVersion | 0.13.2 |
SHA-1 | 57A23AE56D19A6AC9631201590FEF9521108875C |
SHA-256 | CAAD2AA04FD9641F000A83B7E4F4485AC284234B710E36EAB7F5591CACE366B2 |
Key | Value |
---|---|
MD5 | 6B8BB75DBD612547DB9B394673369FD2 |
PackageArch | x86_64 |
PackageDescription | Are you used to tools such as Cargo, npm, Composer, Nuget, Pip, Maven, Bundler, or other modern package managers? If so, Glide is the comparable Go tool. Manage your vendor and vendored packages with ease. Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package. |
PackageName | golang-github-Masterminds-glide |
PackageRelease | lp150.1.65 |
PackageVersion | 0.13.2 |
SHA-1 | 6B8E4CAEEF739216221E6A5E00600B12341B5841 |
SHA-256 | EF3D0FFE62FECB6D59759C96B49D721CEC735FF31658E3F26CEE57A3566D77AB |