Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
go-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
go-common
Commits
6e7ca7c5
Commit
6e7ca7c5
authored
7 months ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Switch to github.com/go-webauthn/webauthn
parent
2b4ba475
Branches
Branches containing commit
No related tags found
1 merge request
!99
Switch to github.com/go-webauthn/webauthn
Pipeline
#73506
passed
7 months ago
Stage: test
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
go.mod
+29
-3
29 additions, 3 deletions
go.mod
go.sum
+18
-812
18 additions, 812 deletions
go.sum
ldap/compositetypes/composite_types.go
+2
-2
2 additions, 2 deletions
ldap/compositetypes/composite_types.go
with
49 additions
and
817 deletions
go.mod
+
29
−
3
View file @
6e7ca7c5
module
git.autistici.org/ai3/go-common
go 1.14
go 1.21
toolchain go1.22.1
require (
github.com/NYTimes/gziphandler
v1.1.1
...
...
@@ -8,11 +10,11 @@ require (
github.com/bbrks/wrap/v2
v2.5.0
github.com/cenkalti/backoff/v4
v4.3.0
github.com/coreos/go-systemd/v22
v22.5.0
github.com/duo-labs/webauthn
v0.0.0-20220330035159-03696f3d4499
github.com/emersion/go-textwrapper
v0.0.0-20200911093747-65d896831594
github.com/fxamacker/cbor/v2
v2.
4
.0
github.com/fxamacker/cbor/v2
v2.
6
.0
github.com/go-asn1-ber/asn1-ber
v1.5.7
github.com/go-ldap/ldap/v3
v3.4.4
github.com/go-webauthn/webauthn
v0.10.2
github.com/gofrs/flock
v0.8.0
github.com/google/go-cmp
v0.6.0
github.com/lunixbochs/struc
v0.0.0-20200707160740-784aaebc1d40
...
...
@@ -29,3 +31,27 @@ require (
golang.org/x/crypto
v0.27.0
golang.org/x/sync
v0.8.0
)
require (
github.com/Azure/go-ntlmssp
v0.0.0-20220621081337-cb9428e4ac1e // indirect
github.com/beorn7/perks
v1.0.1 // indirect
github.com/cespare/xxhash/v2
v2.1.2 // indirect
github.com/felixge/httpsnoop
v1.0.3 // indirect
github.com/go-logr/logr
v1.2.3 // indirect
github.com/go-logr/stdr
v1.2.2 // indirect
github.com/go-webauthn/x
v0.1.9 // indirect
github.com/golang-jwt/jwt/v5
v5.2.1 // indirect
github.com/golang/protobuf
v1.5.2 // indirect
github.com/google/go-tpm
v0.9.0 // indirect
github.com/google/uuid
v1.6.0 // indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.1 // indirect
github.com/mitchellh/mapstructure
v1.5.0 // indirect
github.com/openzipkin/zipkin-go
v0.4.0 // indirect
github.com/prometheus/client_model
v0.2.0 // indirect
github.com/prometheus/common
v0.32.1 // indirect
github.com/prometheus/procfs
v0.7.3 // indirect
github.com/x448/float16
v0.8.4 // indirect
go.opentelemetry.io/otel/metric
v0.31.0 // indirect
golang.org/x/sys
v0.25.0 // indirect
google.golang.org/protobuf
v1.28.0 // indirect
)
This diff is collapsed.
Click to expand it.
go.sum
+
18
−
812
View file @
6e7ca7c5
This diff is collapsed.
Click to expand it.
ldap/compositetypes/composite_types.go
+
2
−
2
View file @
6e7ca7c5
...
...
@@ -23,8 +23,8 @@ import (
"fmt"
"strings"
"github.com/
duo-labs
/webauthn/protocol/webauthncose"
"github.com/
duo-labs
/webauthn/webauthn"
"github.com/
go-webauthn
/webauthn/protocol/webauthncose"
"github.com/
go-webauthn
/webauthn/webauthn"
"github.com/fxamacker/cbor/v2"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment