-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 728 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/opensentry/idpui
go 1.15
require (
github.com/charmixer/bulky v0.0.0-20210207184256-e3c22de48569
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.6.3
github.com/gofrs/uuid v4.0.0+incompatible
github.com/gorilla/csrf v1.7.0
github.com/gwatts/gin-adapter v0.0.0-20170508204228-c44433c485ad
github.com/opensentry/idp v0.0.0-20210207221934-b1172a6c522a
github.com/pborman/getopt v1.1.0
github.com/pquerna/otp v1.3.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/viper v1.7.1
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/oauth2 v0.0.0-20210201163806-010130855d6c
gopkg.in/go-playground/validator.v9 v9.31.0
)