3
0
corteza/go.mod
Denis Arh 60a6e597f6 Dependencies updated
+------------------------------------------+------------------------------------+------------------------------------+--------+------------------+
|                  MODULE                  |              VERSION               |            NEW VERSION             | DIRECT | VALID TIMESTAMPS |
+------------------------------------------+------------------------------------+------------------------------------+--------+------------------+
| github.com/brianvoe/gofakeit/v6          | v6.12.1                            | v6.15.0                            | true   | true             |
| github.com/cortezaproject/corteza-locale | v0.0.0-20220322170233-572348fc2ebb | v0.0.0-20220322172455-bf2924a6ad38 | true   | true             |
| github.com/dop251/goja                   | v0.0.0-20220110113543-261677941f3c | v0.0.0-20220214123719-b09a6bfa842f | true   | true             |
| github.com/evanw/esbuild                 | v0.14.11                           | v0.14.27                           | true   | true             |
| github.com/getsentry/sentry-go           | v0.12.0                            | v0.13.0                            | true   | true             |
| github.com/go-chi/httprate               | v0.5.2                             | v0.5.3                             | true   | true             |
| github.com/go-oauth2/oauth2/v4           | v4.4.2                             | v4.4.3                             | true   | true             |
| github.com/golang-jwt/jwt/v4             | v4.2.0                             | v4.4.0                             | true   | true             |
| github.com/gorilla/websocket             | v1.4.2                             | v1.5.0                             | true   | true             |
| github.com/lestrrat-go/jwx               | v1.2.15                            | v1.2.20                            | true   | true             |
| github.com/markbates/goth                | v1.68.0                            | v1.69.0                            | true   | true             |
| github.com/mattn/go-sqlite3              | v1.14.10                           | v1.14.12                           | true   | true             |
| github.com/microcosm-cc/bluemonday       | v1.0.17                            | v1.0.18                            | true   | true             |
| github.com/prometheus/client_golang      | v1.11.0                            | v1.12.1                            | true   | true             |
| github.com/spf13/afero                   | v1.8.0                             | v1.8.2                             | true   | true             |
| github.com/spf13/cobra                   | v1.3.0                             | v1.4.0                             | true   | true             |
| github.com/stretchr/testify              | v1.7.0                             | v1.7.1                             | true   | true             |
| go.uber.org/zap                          | v1.20.0                            | v1.21.0                            | true   | true             |
| golang.org/x/crypto                      | v0.0.0-20211215153901-e495a2d5b3d3 | v0.0.0-20220321153916-2c7772ba3064 | true   | true             |
| golang.org/x/oauth2                      | v0.0.0-20211104180415-d3ed0bb246c8 | v0.0.0-20220309155454-6242fa91716a | true   | true             |
| google.golang.org/grpc                   | v1.43.0                            | v1.45.0                            | true   | true             |
| google.golang.org/protobuf               | v1.27.1                            | v1.28.0                            | true   | true             |
| moul.io/zapfilter                        | v1.6.1                             | v1.7.0                             | true   | true             |
+------------------------------------------+------------------------------------+------------------------------------+--------+------------------+
2022-03-23 07:29:54 +01:00

141 lines
6.2 KiB
Modula-2

module github.com/cortezaproject/corteza-server
go 1.17
// This is useful when testing changes on corteza-locale
// and you do not want to push on every change in the locale repo
// replace github.com/cortezaproject/corteza-locale => ../locale
require (
github.com/766b/chi-prometheus v0.0.0-20211217152057-87afa9aa2ca8
github.com/99designs/basicauth-go v0.0.0-20160802081356-2a93ba0f464d
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Masterminds/squirrel v1.5.2
github.com/PaesslerAG/gval v1.1.2
github.com/SentimensRG/ctx v0.0.0-20180729130232-0bfd988c655d
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/brianvoe/gofakeit/v6 v6.15.0
github.com/cortezaproject/corteza-locale v0.0.0-20220322170233-572348fc2ebb
github.com/crewjam/saml v0.4.6
github.com/crusttech/go-oidc v0.0.0-20180918092017-982855dad3e1
github.com/davecgh/go-spew v1.1.1
github.com/dgryski/dgoogauth v0.0.0-20190221195224-5a805980a5f3
github.com/disintegration/imaging v1.6.2
github.com/dop251/goja v0.0.0-20220214123719-b09a6bfa842f
github.com/edwvee/exiffix v0.0.0-20210922235313-0f6cbda5e58f
github.com/evanw/esbuild v0.14.27
github.com/fsnotify/fsnotify v1.5.1
github.com/gabriel-vasile/mimetype v1.4.0
github.com/getsentry/sentry-go v0.13.0
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/cors v1.2.0
github.com/go-chi/httprate v0.5.3
github.com/go-chi/jwtauth v1.2.0
github.com/go-oauth2/oauth2/v4 v4.4.3
github.com/go-sql-driver/mysql v1.6.0
github.com/golang-jwt/jwt/v4 v4.4.0
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
github.com/gorilla/csrf v1.7.1
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.1
github.com/gorilla/websocket v1.5.0
github.com/jmoiron/sqlx v1.3.4
github.com/joho/godotenv v1.4.0
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
github.com/lestrrat-go/jwx v1.2.20
github.com/lestrrat-go/strftime v1.0.5
github.com/lib/pq v1.10.4
github.com/markbates/goth v1.69.0
github.com/mattn/go-sqlite3 v1.14.12
github.com/microcosm-cc/bluemonday v1.0.18
github.com/minio/minio-go/v6 v6.0.57
github.com/ngrok/sqlmw v0.0.0-20211220175533-9d16fdc47b31
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.1
github.com/sony/sonyflake v1.0.0
github.com/spf13/afero v1.8.2
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.4.0
github.com/steinfletcher/apitest v1.5.11
github.com/steinfletcher/apitest-jsonpath v1.7.1
github.com/stretchr/testify v1.7.1
go.uber.org/atomic v1.9.0
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
golang.org/x/text v0.3.7
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
gopkg.in/mail.v2 v2.3.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
moul.io/zapfilter v1.7.0
rsc.io/qr v0.2.0
)
require (
cloud.google.com/go v0.99.0 // indirect
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/PaesslerAG/jsonpath v0.1.1 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/beevik/etree v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/crewjam/httperr v0.2.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d // indirect
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
github.com/go-chi/chi v3.3.4+incompatible // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/goccy/go-json v0.9.4 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.0 // indirect
github.com/klauspost/cpuid v1.2.3 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
github.com/lestrrat-go/blackmagic v1.0.0 // indirect
github.com/lestrrat-go/httpcc v1.0.0 // indirect
github.com/lestrrat-go/iter v1.0.1 // indirect
github.com/lestrrat-go/option v1.0.0 // indirect
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/minio/md5-simd v1.1.0 // indirect
github.com/minio/sha256-simd v0.1.1 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/russellhaering/goxmldsig v1.1.1 // indirect
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/gjson v1.14.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.34.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/square/go-jose.v2 v2.3.1 // indirect
)