generated from azmisahin/azmisahin-software-repository-template-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 984 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/azmisahin/azmisahin-software-web-server-authentication-oAuth-go-v1
go 1.15
require (
cloud.google.com/go v0.102.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/gorilla/pat v1.0.1
github.com/gorilla/sessions v1.2.1 // indirect
github.com/jarcoal/httpmock v1.2.0 // indirect
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/jwx v1.2.25 // indirect
github.com/markbates/going v1.0.3 // indirect
github.com/markbates/goth v1.72.0
github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450 // indirect
github.com/stretchr/testify v1.7.2 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
)