-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 734 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 734 Bytes
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
module github.com/praserx/goth
go 1.23.0
toolchain go1.23.1
require (
github.com/coreos/go-oidc/v3 v3.14.1
github.com/go-redis/redis/v8 v8.11.5
github.com/go-redis/redismock/v8 v8.11.5
github.com/google/uuid v1.6.0
github.com/praserx/atomic-cache/v2 v2.2.0
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v3 v3.3.8
golang.org/x/oauth2 v0.30.0
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.40.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)