-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
25 lines (23 loc) · 952 Bytes
/
go.mod
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
module github.com/matthewhartstonge/hasher
go 1.13
require (
github.com/Sirupsen/logrus v1.0.5 // indirect
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/go-errors/errors v1.1.1 // indirect
github.com/golang/mock v1.5.0 // indirect
github.com/lhecker/argon2 v1.0.0
github.com/oleiade/reflections v1.0.1 // indirect
github.com/onsi/ginkgo v1.16.1 // indirect
github.com/onsi/gomega v1.11.0 // indirect
github.com/ory-am/common v0.4.0 // indirect
github.com/ory/common v0.4.0 // indirect
github.com/ory/fosite v0.8.0
github.com/pborman/uuid v1.2.0
github.com/pkg/errors v0.8.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/square/go-jose v2.5.1+incompatible // indirect
github.com/stretchr/testify v1.6.1
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)