-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
85 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,12 @@ | |
- name: Lukas Vogel | ||
email: [email protected] | ||
company: Anapaya Systems AG | ||
- name: Thomas Ottenhus | ||
email: [email protected] | ||
company: Johannes Gutenberg University Mainz | ||
- name: Moritz Schlarb | ||
email: [email protected] | ||
company: Johannes Gutenberg University Mainz | ||
|
||
# By adding your name and email below, you I hereby consent to the Individual | ||
# CLA provided in assets/cla/individual_cla.md. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,37 @@ | ||
module github.com/greenpau/go-authcrunch | ||
|
||
go 1.19 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/crewjam/saml v0.4.13 | ||
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead | ||
github.com/emersion/go-smtp v0.16.0 | ||
github.com/go-ldap/ldap/v3 v3.4.4 | ||
github.com/emersion/go-smtp v0.18.0 | ||
github.com/go-ldap/ldap/v3 v3.4.5 | ||
github.com/golang-jwt/jwt/v4 v4.5.0 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/google/uuid v1.3.0 | ||
github.com/google/uuid v1.3.1 | ||
github.com/greenpau/versioned v1.0.28 | ||
github.com/iancoleman/strcase v0.2.0 | ||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e | ||
github.com/urfave/cli/v2 v2.25.1 | ||
go.uber.org/zap v1.24.0 | ||
golang.org/x/crypto v0.7.0 | ||
golang.org/x/net v0.8.0 | ||
go.uber.org/zap v1.25.0 | ||
golang.org/x/crypto v0.12.0 | ||
golang.org/x/net v0.10.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect | ||
github.com/beevik/etree v1.1.0 // indirect | ||
github.com/benbjohnson/clock v1.3.0 // indirect | ||
github.com/beevik/etree v1.2.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/crewjam/httperr v0.2.0 // indirect | ||
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect | ||
github.com/jonboulle/clockwork v0.3.0 // indirect | ||
github.com/jonboulle/clockwork v0.4.0 // indirect | ||
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/russellhaering/goxmldsig v1.3.0 // indirect | ||
github.com/russellhaering/goxmldsig v1.4.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
go.uber.org/goleak v1.2.0 // indirect | ||
go.uber.org/multierr v1.10.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters