-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 767 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 767 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/aapui
go 1.16
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.7.2
github.com/go-playground/form v3.1.4+incompatible
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/aap v0.0.0-20210527063513-53608c784837
github.com/opensentry/idpui v0.0.0-20210524194624-93a261a0a80c
github.com/pborman/getopt v1.1.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.8.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/oauth2 v0.0.0-20210615190721-d04028783cf1
)