67 lines
2.8 KiB
Modula-2
67 lines
2.8 KiB
Modula-2
module github.com/cortezaproject/corteza-server
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.44.3 // indirect
|
|
github.com/360EntSecGroup-Skylar/excelize/v2 v2.0.2
|
|
github.com/766b/chi-prometheus v0.0.0-20180509160047-46ac2b31aa30
|
|
github.com/99designs/basicauth-go v0.0.0-20160802081356-2a93ba0f464d
|
|
github.com/DestinyWang/cronexpr v0.0.0-20140423231348-a557574d6c02
|
|
github.com/PaesslerAG/gval v1.0.1 // indirect
|
|
github.com/PaesslerAG/jsonpath v0.1.1 // indirect
|
|
github.com/SentimensRG/ctx v0.0.0-20180729130232-0bfd988c655d
|
|
github.com/beorn7/perks v1.0.0 // indirect
|
|
github.com/crusttech/go-oidc v0.0.0-20180918092017-982855dad3e1
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/disintegration/imaging v1.6.0
|
|
github.com/edwvee/exiffix v0.0.0-20180602190213-b57537c92a6b
|
|
github.com/gabriel-vasile/mimetype v0.3.17
|
|
github.com/getsentry/sentry-go v0.1.1
|
|
github.com/go-chi/chi v3.3.4+incompatible
|
|
github.com/go-chi/cors v1.0.0
|
|
github.com/go-chi/jwtauth v0.0.0-20190109153619-47840abb19b3
|
|
github.com/golang/mock v1.3.1
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
|
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 // indirect
|
|
github.com/gorilla/mux v1.7.1 // indirect
|
|
github.com/gorilla/sessions v1.1.3
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/goware/statik v0.2.0
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
|
|
github.com/lib/pq v1.1.0 // indirect
|
|
github.com/markbates/goth v1.50.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
|
|
github.com/prometheus/common v0.3.0 // indirect
|
|
github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0 // indirect
|
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect
|
|
github.com/spf13/afero v1.2.2
|
|
github.com/spf13/cast v1.3.0
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/steinfletcher/apitest v1.3.8
|
|
github.com/steinfletcher/apitest-jsonpath v1.3.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/titpetric/factory v0.0.0-20190806200833-ae4b02b9e034
|
|
go.uber.org/atomic v1.4.0 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.10.0
|
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
|
|
google.golang.org/grpc v1.22.1
|
|
gopkg.in/Masterminds/squirrel.v1 v1.1.0
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/mail.v2 v2.3.1
|
|
gopkg.in/square/go-jose.v2 v2.3.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|
|
|
|
replace gopkg.in/Masterminds/squirrel.v1 => github.com/Masterminds/squirrel v1.1.0
|