40 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module goauthentik.io
 | |
| 
 | |
| go 1.16
 | |
| 
 | |
| require (
 | |
| 	github.com/Netflix/go-env v0.0.0-20210215222557-e437a7e7f9fb
 | |
| 	github.com/coreos/go-oidc v2.2.1+incompatible
 | |
| 	github.com/garyburd/redigo v1.6.2 // indirect
 | |
| 	github.com/getsentry/sentry-go v0.13.0
 | |
| 	github.com/go-ldap/ldap/v3 v3.4.2
 | |
| 	github.com/go-openapi/runtime v0.23.3
 | |
| 	github.com/go-openapi/strfmt v0.21.2
 | |
| 	github.com/golang-jwt/jwt v3.2.2+incompatible
 | |
| 	github.com/google/uuid v1.3.0
 | |
| 	github.com/gorilla/handlers v1.5.1
 | |
| 	github.com/gorilla/mux v1.8.0
 | |
| 	github.com/gorilla/securecookie v1.1.1
 | |
| 	github.com/gorilla/sessions v1.2.1
 | |
| 	github.com/gorilla/websocket v1.5.0
 | |
| 	github.com/imdario/mergo v0.3.12
 | |
| 	github.com/nmcclain/asn1-ber v0.0.0-20170104154839-2661553a0484
 | |
| 	github.com/nmcclain/ldap v0.0.0-20210720162743-7f8d1e44eeba
 | |
| 	github.com/pires/go-proxyproto v0.6.2
 | |
| 	github.com/pkg/errors v0.9.1
 | |
| 	github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
 | |
| 	github.com/prometheus/client_golang v1.12.1
 | |
| 	github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b
 | |
| 	github.com/sirupsen/logrus v1.8.1
 | |
| 	github.com/stretchr/testify v1.7.1
 | |
| 	goauthentik.io/api/v3 v3.2022033.6
 | |
| 	golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
 | |
| 	golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
 | |
| 	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
 | |
| 	google.golang.org/appengine v1.6.7 // indirect
 | |
| 	google.golang.org/protobuf v1.27.1 // indirect
 | |
| 	gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
 | |
| 	gopkg.in/square/go-jose.v2 v2.5.1 // indirect
 | |
| 	gopkg.in/yaml.v2 v2.4.0
 | |
| )
 | 
![dependabot[bot]](/assets/img/avatar_default.png)