forked from OneOfOne/gserv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 814 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/alpineiq/gserv
go 1.19
require (
github.com/alpineiq/genh v0.0.0-20230426193226-b53f8cef9202
github.com/alpineiq/oerrs v0.0.0-20230412221016-05c25682e645
github.com/alpineiq/otk v0.0.0-20230426184658-b28afce44f3f
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/gorilla/securecookie v1.1.1
golang.org/x/crypto v0.6.0
golang.org/x/net v0.7.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.oneofone.dev/oerrs v1.0.6 // indirect
go.oneofone.dev/otk v1.0.7 // indirect
golang.org/x/image v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
)