-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
49 lines (47 loc) · 1.83 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/nrc-no/core
go 1.16
require (
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/coreos/go-oidc/v3 v3.0.0
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
github.com/emicklei/go-restful-openapi/v2 v2.6.0
github.com/emicklei/go-restful/v3 v3.7.1
github.com/felixge/httpsnoop v1.0.2
github.com/fergusstrange/embedded-postgres v1.12.0
github.com/fsnotify/fsnotify v1.5.1
github.com/go-openapi/runtime v0.19.31
github.com/go-openapi/strfmt v0.20.2
github.com/gomodule/redigo v2.0.0+incompatible
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/jackc/pgconn v1.10.1
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b
github.com/lib/pq v1.10.4
github.com/lithammer/shortuuid/v3 v3.0.7
github.com/looplab/fsm v0.3.0
github.com/manifoldco/promptui v0.9.0
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect
github.com/mattn/go-sqlite3 v1.14.9
github.com/ory/hydra-client-go v1.10.6
github.com/rs/cors v1.8.0
github.com/satori/go.uuid v1.2.0
github.com/snabb/isoweek v1.0.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
go.mongodb.org/mongo-driver v1.5.3 // indirect
go.uber.org/zap v1.19.1
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211023085530-d6a326fbbf70 // indirect
golang.org/x/tools v0.1.8
gopkg.in/matryer/try.v1 v1.0.0-20150601225556-312d2599e12e
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gorm.io/driver/postgres v1.2.1
gorm.io/driver/sqlite v1.2.3
gorm.io/gorm v1.22.4
)