forked from davidoram/kratos-selfservice-ui-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 656 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (17 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/davidoram/kratos-selfservice-ui-go
go 1.16
require (
github.com/benbjohnson/hashfs v0.1.0
github.com/google/go-cmp v0.5.8 // indirect
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.1
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/ory/kratos-client-go v0.10.1
github.com/stretchr/testify v1.8.0
github.com/tidwall/gjson v1.6.8
golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)