File: control

package info (click to toggle)
golang-github-markbates-goth 1.42.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 968 kB
  • sloc: makefile: 3
file content (39 lines) | stat: -rw-r--r-- 1,639 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: golang-github-markbates-goth
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-gorilla-mux-dev,
               golang-github-gorilla-pat-dev,
               golang-github-gorilla-sessions-dev,
               golang-github-mrjones-oauth-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-net-dev,
               golang-golang-x-oauth2-dev,
               golang-gopkg-jarcoal-httpmock.v1-dev
Standards-Version: 4.1.1
Homepage: https://github.com/markbates/goth
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-markbates-goth
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-markbates-goth.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/markbates/goth

Package: golang-github-markbates-goth-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-gorilla-mux-dev,
         golang-github-gorilla-pat-dev,
         golang-github-gorilla-sessions-dev,
         golang-github-mrjones-oauth-dev,
         golang-github-stretchr-testify-dev,
         golang-golang-x-net-dev,
         golang-golang-x-oauth2-dev,
         golang-gopkg-jarcoal-httpmock.v1-dev
Description: Multi-provider authentication for Go
 This Go library provides a simple, clean, and idiomatic way to write
 authentication packages for Go web applications. It allows writing
 OAuth, OAuth2, or any other protocol providers that implement the
 Provider and Session interfaces.