Debian NEW package overview for golang-github-sethvargo-go-password
golang-github-sethvargo-go-password_0.3.1-1_amd64.changes (click to toggle)
Format:1.8
Date:Thu, 05 Jun 2025 12:53:26 +0000
Source:golang-github-sethvargo-go-password
Binary:golang-github-sethvargo-go-password-dev
Architecture:source all
Version:0.3.1-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By:Otto Kekäläinen <otto@debian.org>
Description:
golang-github-sethvargo-go-password-dev - high-entropy random password generator for Go (library)
Closes:1107502
Changes:
golang-github-sethvargo-go-password (0.3.1-1) unstable; urgency=medium

  * Initial release (Closes: #1107502)
Files:
69872501c58368481a3f70d395572ff5 2332 golang optional golang-github-sethvargo-go-password_0.3.1-1.dsc
8ecc529ec27a351c07d4b86dd2c5588f 7405 golang optional golang-github-sethvargo-go-password_0.3.1.orig.tar.gz
c8f5b78f875285e259aca7cc6bc7e04f 3248 golang optional golang-github-sethvargo-go-password_0.3.1-1.debian.tar.xz
d0c2eb38ce17354fa86ab1726f375630 6132 golang optional golang-github-sethvargo-go-password-dev_0.3.1-1_all.deb
1dbb32125da8aa71d436574baf0a2c9c 5999 golang optional golang-github-sethvargo-go-password_0.3.1-1_amd64.buildinfo
golang-github-sethvargo-go-password_0.3.1-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:golang-github-sethvargo-go-password
Binary:golang-github-sethvargo-go-password-dev
Architecture:all
Version:0.3.1-1
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:Otto Kekäläinen <otto@debian.org>,
Homepage:https://github.com/sethvargo/go-password
Standards-Version:4.7.2
Vcs-Browser:https://salsa.debian.org/go-team/packages/golang-github-sethvargo-go-password
Vcs-Git:https://salsa.debian.org/go-team/packages/golang-github-sethvargo-go-password.git
Testsuite:autopkgtest-pkg-go
Build-Depends:debhelper-compat (=13), dh-sequence-golang, golang-any
Package-List:golang-github-sethvargo-go-password-dev deb golang optional arch=all
Files:
8ecc529ec27a351c07d4b86dd2c5588f 7405 golang-github-sethvargo-go-password_0.3.1.orig.tar.gz
c8f5b78f875285e259aca7cc6bc7e04f 3248 golang-github-sethvargo-go-password_0.3.1-1.debian.tar.xz
Go-Import-Path:github.com/sethvargo/go-password
lintian 2.116.3 check for golang-github-sethvargo-go-password_0.3.1-1.dsc (click to toggle)
README.source for golang-github-sethvargo-go-password_0.3.1-1.dsc (click to toggle)
No README.source in this package
control file for golang-github-sethvargo-go-password-dev_0.3.1-1_all.deb (click to toggle)
Package:golang-github-sethvargo-go-password-dev
Source:golang-github-sethvargo-go-password
Version:0.3.1-1
Architecture:all
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Installed-Size:31
Section:golang
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/sethvargo/go-password
Description:
high-entropy random password generator for Go (library)
 This package provides a library for generating high-entropy random passwords.
 It is useful for applications that need to create secure, random passwords for
 users or systems, similar to password managers like 1Password or LastPass.
 .
 The library allows specifying password length, the number of digits, and the
 number of symbols. It supports including both uppercase and lowercase letters,
 and can be configured to disallow repeated characters. Password generation uses
 crypto/rand for strong randomness.
lintian 2.116.3 check for golang-github-sethvargo-go-password-dev_0.3.1-1_all.deb (click to toggle)
contents of golang-github-sethvargo-go-password-dev_0.3.1-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-06-05 12:53 ./
drwxr-xr-x root/root         0 2025-06-05 12:53 ./usr/
drwxr-xr-x root/root         0 2025-06-05 12:53 ./usr/share/
drwxr-xr-x root/root         0 2025-06-05 12:53 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-06-05 12:53 ./usr/share/doc/golang-github-sethvargo-go-password-dev/
-rw-r--r-- root/root       181 2025-06-05 12:53 ./usr/share/doc/golang-github-sethvargo-go-password-dev/changelog.Debian.gz
-rw-r--r-- root/root      1771 2025-06-05 12:53 ./usr/share/doc/golang-github-sethvargo-go-password-dev/copyright
drwxr-xr-x root/root         0 2025-06-05 12:53 ./usr/share/gocode/
drwxr-xr-x root/root         0 2025-06-05 12:53 ./usr/share/gocode/src/
drwxr-xr-x root/root         0 2025-06-05 12:53 ./usr/share/gocode/src/github.com/
drwxr-xr-x root/root         0 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/
drwxr-xr-x root/root         0 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/
-rw-r--r-- root/root        70 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/go.mod
drwxr-xr-x root/root         0 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/password/
-rw-r--r-- root/root      7018 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/password/generate.go
-rw-r--r-- root/root      3928 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/password/generate_test.go
-rw-r--r-- root/root      1151 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/password/mock.go
-rw-r--r-- root/root      1445 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/password/password_doc_test.go

Timestamp: 23.08.2025 / 23:02:30 (UTC)