Skip to content

Commit

Permalink
chore(backend): update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Mar 11, 2024
1 parent 14286c8 commit 53fc65a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 140 deletions.
5 changes: 1 addition & 4 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ require (
github.com/flowchartsman/handlebars/v3 v3.0.1
github.com/getsentry/sentry-go v0.27.0
github.com/go-chi/chi/v5 v5.0.12
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.5.5
github.com/kelseyhightower/envconfig v1.4.0
github.com/pquerna/otp v1.4.0
github.com/pressly/goose/v3 v3.18.0
github.com/rs/cors v1.10.1
github.com/rs/zerolog v1.32.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
Expand Down Expand Up @@ -55,14 +55,11 @@ require (
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mfridman/interpolate v0.0.2 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sethvargo/go-retry v0.2.4 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
Expand Down
Loading

0 comments on commit 53fc65a

Please sign in to comment.