Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Sep 10, 2023
1 parent 6d32f5d commit 95fd3fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
entgo.io/ent v0.12.3
github.com/davecgh/go-spew v1.1.1
github.com/go-resty/resty/v2 v2.7.0
github.com/google/go-github/v53 v53.2.0
github.com/google/go-github/v55 v55.0.0
github.com/jaevor/go-nanoid v1.3.0
github.com/kataras/go-sessions/v3 v3.3.1
github.com/labstack/echo/v4 v4.11.1
Expand All @@ -33,7 +33,7 @@ require (
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-github/v55 v55.0.0 // indirect
github.com/google/go-github/v53 v53.2.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
Expand Down
2 changes: 1 addition & 1 deletion handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"strings"

"github.com/davecgh/go-spew/spew"
"github.com/google/go-github/v53/github"
"github.com/google/go-github/v55/github"
"github.com/labstack/echo/v4"
"github.com/palantir/go-githubapp/githubapp"
"github.com/rs/zerolog/log"
Expand Down
2 changes: 1 addition & 1 deletion oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"entgo.io/ent/dialect/sql"
"github.com/go-resty/resty/v2"
"github.com/google/go-github/v53/github"
"github.com/google/go-github/v55/github"
"github.com/kataras/go-sessions/v3"
"github.com/labstack/echo/v4"
"github.com/rs/zerolog/log"
Expand Down

0 comments on commit 95fd3fc

Please sign in to comment.