-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (29 loc) · 1.12 KB
/
go.mod
File metadata and controls
33 lines (29 loc) · 1.12 KB
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
27
28
29
30
31
32
33
module github.com/aarondl/authboss-sample
go 1.23.0
toolchain go1.23.6
require (
github.com/BurntSushi/toml v0.3.1
github.com/aarondl/authboss-clientstate v0.0.0-20250626060916-e82140f194f2
github.com/aarondl/authboss-renderer v0.0.0-20250626060942-83504f611293
github.com/aarondl/authboss/v3 v3.5.1
github.com/aarondl/tpl v0.0.0-20180717141031-b5afe9b3122c
github.com/davecgh/go-spew v1.1.1
github.com/go-chi/chi v4.1.2+incompatible
github.com/gorilla/schema v1.1.0
github.com/gorilla/sessions v1.2.1
github.com/justinas/nosurf v1.1.1
github.com/pkg/errors v0.9.1
golang.org/x/oauth2 v0.30.0
)
require (
cloud.google.com/go/compute/metadata v0.7.0 // indirect
github.com/boombuler/barcode v1.0.1 // indirect
github.com/friendsofgo/errors v0.9.2 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pquerna/otp v1.4.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
)