forked from libregraph/lico
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (43 loc) · 1.71 KB
/
go.mod
File metadata and controls
45 lines (43 loc) · 1.71 KB
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
40
41
42
43
44
45
module github.com/libregraph/lico
go 1.16
require (
github.com/beevik/etree v1.1.0
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cevaris/ordered_map v0.0.0-20190319150403-3adeae072e73
github.com/crewjam/httperr v0.2.0
github.com/crewjam/saml v0.4.5
github.com/deckarep/golang-set v1.7.1
github.com/gabriel-vasile/mimetype v1.4.0
github.com/ghodss/yaml v1.0.0
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
github.com/go-ldap/ldap/v3 v3.4.1
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/google/go-querystring v1.1.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/longsleep/go-metrics v1.0.0
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
github.com/mendsley/gojwk v0.0.0-20141217222730-4d5ec6e58103
github.com/orcaman/concurrent-map v0.0.0-20210501183033-44dafcb38ecc
github.com/pquerna/cachecontrol v0.1.0 // indirect
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/rs/cors v1.8.0
github.com/russellhaering/goxmldsig v1.1.1
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
golang.org/x/net v0.0.0-20211111083644-e5c967477495
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v2 v2.4.0
stash.kopano.io/kgol/kcc-go/v5 v5.0.1
stash.kopano.io/kgol/ksurveyclient-go v0.6.1
stash.kopano.io/kgol/oidc-go v0.3.2
stash.kopano.io/kgol/rndm v1.1.1
)