golang-github-golang-jwt-jwt 4.4.3-1build1 source package in Ubuntu

Changelog

golang-github-golang-jwt-jwt (4.4.3-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:18 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-golang-jwt-jwt_4.4.3.orig.tar.gz 51.0 KiB b658738b30599626e908fcd00bed853a20ad5d471279f78263280415da2ba0f7
golang-github-golang-jwt-jwt_4.4.3-1build1.debian.tar.xz 2.7 KiB b7f167fbaa6d6cdf394fa2e3f2668ffc618055060d1d0800732c056f32b614d1
golang-github-golang-jwt-jwt_4.4.3-1build1.dsc 2.2 KiB a3b59d6a44a6e9e069a7973281f589cee9081e4c790f6765654a52429206442f

View changes file

Binary packages built by this source

golang-github-golang-jwt-jwt-dev: golang implementation of JSON Web Tokens (library)

 Community maintained clone of github.com/dgrijalva/jwt-go.
 .
 After the original author of the library suggested migrating the
 maintenance of jwt-go, a dedicated team of open source maintainers
 decided to clone the existing library into this module.
 .
 The command line utility included in this project (cmd/jwt) provides
 a straightforward example of token creation and parsing as well as a
 useful tool for debugging your own integration. You'll also find several
 implementation examples in the documentation.
 .
 This package provides golang module.

jwt: golang implementation of JSON Web Tokens (command line)

 Community maintained clone of github.com/dgrijalva/jwt-go.
 .
 After the original author of the library suggested migrating the
 maintenance of jwt-go, a dedicated team of open source maintainers
 decided to clone the existing library into this module.
 .
 The command line utility included in this project (cmd/jwt) provides
 a straightforward example of token creation and parsing as well as a
 useful tool for debugging your own integration. You'll also find several
 implementation examples in the documentation.
 .
 This package provides the command line.

jwt-dbgsym: debug symbols for jwt