Skip to content

Commit

Permalink
use new oauth pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieegan3 committed Jun 22, 2024
1 parent 693e810 commit c385f2d
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 235 deletions.
20 changes: 11 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module github.com/charlieegan3/photos

go 1.19
go 1.22.4

require (
github.com/Jeffail/gabs/v2 v2.7.0
github.com/charlieegan3/oauth-middleware v0.0.0-20240622204233-c70d49cc30bf
github.com/charlieegan3/toolbelt v0.0.0-20230903125731-9e3d19bf4fa9
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/doug-martin/goqu/v9 v9.18.0
Expand All @@ -21,12 +22,12 @@ require (
github.com/sirupsen/logrus v1.9.2
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.2
github.com/tkrajina/gpxgo v1.2.1
github.com/tormoder/fit v0.13.0
gocloud.dev v0.24.0
golang.org/x/oauth2 v0.21.0
golang.org/x/text v0.9.0
golang.org/x/text v0.16.0
willnorris.com/go/imageproxy v0.11.2
)

Expand Down Expand Up @@ -60,7 +61,7 @@ require (
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/wire v0.5.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
Expand Down Expand Up @@ -101,14 +102,15 @@ require (
github.com/subosito/gotenv v1.4.1 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171 // indirect
golang.org/x/image v0.0.0-20210216034530-4410531fe030 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/tools v0.9.1 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.106.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down
Loading

0 comments on commit c385f2d

Please sign in to comment.