Updated go packages

This commit is contained in:
Jamie Curnow
2023-01-16 14:09:56 +10:00
parent b877bea86c
commit 9a5cbbba49
2 changed files with 16 additions and 15 deletions

View File

@ -8,7 +8,7 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/drexedam/gravatar v0.0.0-20210327211422-e94eea8c338e
github.com/fatih/color v1.13.0
github.com/getsentry/sentry-go v0.16.0
github.com/getsentry/sentry-go v0.17.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/cors v1.2.1
github.com/go-chi/jwtauth v4.0.4+incompatible
@ -19,7 +19,7 @@ require (
github.com/qri-io/jsonschema v0.2.1
github.com/stretchr/testify v1.7.0
github.com/vrischmann/envconfig v1.3.0
golang.org/x/crypto v0.4.0
golang.org/x/crypto v0.5.0
)
require (
@ -30,11 +30,11 @@ require (
github.com/lestrrat-go/pdebug/v3 v3.0.1 // indirect
github.com/lestrrat-go/structinfo v0.0.0-20210312050401-7f8bd69d6acb // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/qri-io/jsonpointer v0.1.1 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)