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 16, 2021
1 parent f2dff5a commit b0fe8e4
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 236 deletions.
29 changes: 16 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,31 @@ require (
cloud.google.com/go/firestore v1.6.0
cloud.google.com/go/trace v1.0.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.0.0
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/caarlos0/env v3.5.0+incompatible
github.com/cockroachdb/errors v1.8.2
github.com/cockroachdb/redact v1.0.9 // indirect
github.com/cockroachdb/errors v1.8.6
github.com/cockroachdb/redact v1.1.3 // indirect
github.com/eduncan911/podcast v1.4.2
github.com/gofiber/fiber/v2 v2.17.0
github.com/gofiber/helmet/v2 v2.1.0
github.com/gofiber/template v1.6.6
github.com/gogo/protobuf v1.3.2 // indirect
github.com/gofiber/fiber/v2 v2.20.2
github.com/gofiber/helmet/v2 v2.2.3
github.com/gofiber/template v1.6.18
github.com/google/uuid v1.3.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/joho/godotenv v1.4.0
github.com/kkdai/youtube v1.2.4
github.com/kr/pretty v0.2.1 // indirect
github.com/magefile/mage v1.11.0 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/psmarcin/fiber-opentelemetry v0.7.0
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sirupsen/logrus v1.8.0
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.7.0
github.com/texttheater/golang-levenshtein v1.0.1
github.com/valyala/fasthttp v1.31.0 // indirect
github.com/vbauerster/mpb/v5 v5.4.0 // indirect
go.opentelemetry.io/otel v1.0.1
go.opentelemetry.io/otel/sdk v1.0.1 // indirect
go.opentelemetry.io/otel/sdk v1.0.1
go.opentelemetry.io/otel/trace v1.0.1
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 // indirect
Expand Down
Loading

0 comments on commit b0fe8e4

Please sign in to comment.