...
1module github.com/ory/fosite
2
3replace github.com/dgrijalva/jwt-go => github.com/form3tech-oss/jwt-go v3.2.1+incompatible
4
5replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
6
7replace github.com/gobuffalo/packr => github.com/gobuffalo/packr v1.30.1
8
9require (
10 github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
11 github.com/dgraph-io/ristretto v0.0.3 // indirect
12 github.com/golang/mock v1.6.0
13 github.com/gorilla/mux v1.8.0
14 github.com/gorilla/websocket v1.4.2
15 github.com/magiconair/properties v1.8.1
16 github.com/mattn/goveralls v0.0.6
17 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
18 github.com/oleiade/reflections v1.0.1
19 github.com/ory/go-acc v0.2.6
20 github.com/ory/go-convenience v0.1.0
21 github.com/ory/x v0.0.214
22 github.com/parnurzeal/gorequest v0.2.15
23 github.com/pborman/uuid v1.2.0
24 github.com/pkg/errors v0.9.1
25 github.com/spf13/afero v1.3.2 // indirect
26 github.com/stretchr/testify v1.7.0
27 golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c
28 golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
29 golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
30 golang.org/x/text v0.3.3
31 gopkg.in/square/go-jose.v2 v2.5.2-0.20210529014059-a5c7eec3c614
32)
33
34go 1.14
View as plain text