Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/aws/aws-sdk-go v1.30.12
github.com/bxcodec/faker/v3 v3.3.1
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/crewjam/saml v0.4.2
github.com/crewjam/saml v0.4.14
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imageorient v0.0.0-20180920195336-8147d86e83ec
github.com/elgs/gojq v0.0.0-20201120033525-b5293fef2759
Expand Down Expand Up @@ -41,15 +41,15 @@ require (
github.com/pkg/profile v1.5.0
github.com/robinjoseph08/go-pg-migrations/v3 v3.0.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
github.com/tevjef/go-runtime-metrics v0.0.0-20170326170900-527a54029307
github.com/tidwall/gjson v1.6.0
github.com/vgarvardt/gue v1.0.2
github.com/vgarvardt/gue/v4 v4.0.0
go.uber.org/zap v1.23.0
goa.design/goa/v3 v3.2.4
goa.design/plugins/v3 v3.1.1
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/crypto v0.14.0
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
)

Expand All @@ -58,7 +58,7 @@ require (
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
github.com/beevik/etree v1.1.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da // indirect
github.com/crewjam/httperr v0.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deepmap/oapi-codegen v1.8.2 // indirect
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 // indirect
Expand All @@ -74,13 +74,13 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-pg/zerochecker v0.2.0 // indirect
github.com/go-resty/resty/v2 v2.3.0 // indirect
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
github.com/golang/freetype v0.0.0-20161208064710-d9be45aaf745 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/influxdata/influxdb v1.11.0 // indirect
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
github.com/itchyny/timefmt-go v0.1.3 // indirect
github.com/jackc/pgio v1.0.0 // indirect
Expand All @@ -90,11 +90,12 @@ require (
github.com/jackc/puddle/v2 v2.0.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jonboulle/clockwork v0.2.1 // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/llgcode/ps v0.0.0-20210114104736-f4b0c5d1e02e // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
Expand All @@ -107,7 +108,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
github.com/russellhaering/goxmldsig v1.1.0 // indirect
github.com/russellhaering/goxmldsig v1.3.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
github.com/segmentio/ksuid v1.0.3 // indirect
Expand Down Expand Up @@ -135,12 +136,12 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.6.0 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
Expand Down
Loading