Skip to content

Commit

Permalink
Update the packages
Browse files Browse the repository at this point in the history
Signed-off-by: Svetlin Ralchev <iamralch@users.noreply.github.com>
  • Loading branch information
iamralch committed Oct 17, 2024
1 parent b15f8ac commit 5858a7f
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 119 deletions.
57 changes: 30 additions & 27 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,45 +1,48 @@
module github.com/phogolabs/plex

go 1.19
go 1.22

toolchain go1.23.2

require (
github.com/davecgh/go-spew v1.1.1
github.com/go-chi/chi/v5 v5.0.8
github.com/go-playground/locales v0.14.0
github.com/go-chi/chi/v5 v5.1.0
github.com/go-openapi/inflect v0.21.0
github.com/go-playground/locales v0.14.1
github.com/go-playground/mold v2.2.0+incompatible
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.11.1
github.com/go-playground/universal-translator v0.18.1
github.com/go-playground/validator/v10 v10.22.1
github.com/goware/errorx v0.0.0-20150526135951-6c5540545f5f
github.com/grpc-ecosystem/grpc-gateway/v2 v2.14.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
github.com/jinzhu/inflection v1.0.0
github.com/phogolabs/flaw v0.0.0-20221219132214-2b8ff98f4f4c
github.com/phogolabs/flaw v0.0.0-20230111045222-8efffb46800b
github.com/phogolabs/inflate v0.0.0-20221219134934-20b57c865748
github.com/phogolabs/log v0.0.0-20221219133944-91ababdb9d91
github.com/phogolabs/log v0.0.0-20230111045248-dad4d3c50e0f
github.com/phogolabs/restify v0.0.0-20221219135034-356dc927fc4a
github.com/soheilhy/cmux v0.1.5
github.com/srikrsna/protoc-gen-gotag v0.6.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.37.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0
go.opentelemetry.io/otel/trace v1.11.2
golang.org/x/sync v0.1.0
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.28.1
github.com/srikrsna/protoc-gen-gotag v1.0.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
go.opentelemetry.io/otel/trace v1.31.0
golang.org/x/sync v0.8.0
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.35.1
)

require (
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/gabriel-vasile/mimetype v1.4.6 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/inflect v0.21.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/otel v1.11.2 // indirect
go.opentelemetry.io/otel/metric v0.34.0 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
go.opentelemetry.io/otel v1.31.0 // indirect
go.opentelemetry.io/otel/metric v1.31.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
)
Loading

0 comments on commit 5858a7f

Please sign in to comment.