-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (37 loc) · 1.55 KB
/
go.mod
File metadata and controls
41 lines (37 loc) · 1.55 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
module github.com/presbrey/beyond
go 1.24.1
toolchain go1.24.3
require (
github.com/coreos/go-oidc v2.4.0+incompatible
github.com/crewjam/saml v0.4.14
github.com/dghubble/sessions v0.1.1-0.20190708004734-43a1b0057682
github.com/google/uuid v1.6.0
github.com/gorilla/securecookie v1.1.2-0.20191028042304-61b4ad17eb88
github.com/gorilla/websocket v1.4.2
github.com/koding/websocketproxy v0.0.0-20181220232114-7ed82d81a28c
github.com/olivere/elastic v6.2.17-0.20190330134010-0eef387a17cd+incompatible
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/presbrey/pkg v0.0.0-20251104183518-bc63a83c1259
github.com/russellhaering/goxmldsig v1.3.0
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.10.0
golang.org/x/oauth2 v0.32.0
inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0
)
require (
github.com/beevik/etree v1.1.1-0.20200718192613-4a2f8b9d084c // indirect
github.com/crewjam/httperr v0.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/mailru/easyjson v0.7.2-0.20200312161126-f5d75e7e500c // indirect
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pquerna/cachecontrol v0.2.0 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/sys v0.35.0 // indirect
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)