-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 958 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (23 loc) · 958 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/benitogf/auth
go 1.25
require (
github.com/benitogf/ooo v0.0.0-20260728151819-8c38013e1823
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/mux v1.8.1
github.com/stretchr/testify v1.11.1
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
)
require (
github.com/bclicn/color v0.0.0-20180711051946-108f2023dc84 // indirect
github.com/benitogf/coat v0.0.0-20200402073050-ff807656cbec // indirect
github.com/benitogf/go-json v0.0.0-20260410172501-727f5690408b // indirect
github.com/benitogf/jsonpatch v0.0.0-20260413094158-a4a6cc1a3382 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/gorilla/handlers v1.5.2 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/cors v1.11.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)