Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
psmarcin committed Oct 7, 2020
1 parent cf6b531 commit 02bd021
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 35 deletions.
22 changes: 13 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,27 @@ module github.com/psmarcin/youtubegoespodcast
go 1.14

require (
cloud.google.com/go v0.68.0 // indirect
cloud.google.com/go/firestore v1.3.0
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/antchfx/xpath v1.1.10 // indirect
github.com/caarlos0/env v3.5.0+incompatible
github.com/eduncan911/podcast v1.4.2
github.com/gofiber/fiber/v2 v2.0.1
github.com/gofiber/fiber/v2 v2.0.6
github.com/gofiber/helmet/v2 v2.0.0
github.com/gofiber/template v1.5.5
github.com/gofiber/template v1.6.3
github.com/joho/godotenv v1.3.0
github.com/klauspost/compress v1.11.1 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.20.0 // indirect
github.com/rylio/ytdl v0.6.4
github.com/sirupsen/logrus v1.6.0
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1
github.com/texttheater/golang-levenshtein v1.0.1
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
golang.org/x/tools v0.0.0-20200911193555-6422fca01df9 // indirect
google.golang.org/api v0.31.0
google.golang.org/genproto v0.0.0-20200911024640-645f7a48b24f // indirect
google.golang.org/grpc v1.32.0 // indirect
go.opencensus.io v0.22.5 // indirect
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0 // indirect
golang.org/x/sys v0.0.0-20201007165808-a893ed343c85 // indirect
golang.org/x/tools v0.0.0-20201007032633-0806396f153e // indirect
google.golang.org/api v0.32.0
google.golang.org/genproto v0.0.0-20201007142714-5c0e72c5e71e // indirect
)
Loading

0 comments on commit 02bd021

Please sign in to comment.