Skip to content

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmichaelchen committed May 8, 2024
1 parent f0e5c35 commit 503227b
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 91 deletions.
64 changes: 33 additions & 31 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
module github.com/kevinmichaelchen/temporal-saga-grpc

go 1.21.5
go 1.22

toolchain go1.22.2

require (
buf.build/gen/go/kevinmichaelchen/licenseapis/connectrpc/go v1.15.0-20240114014934-c814bb63a0b5.1
buf.build/gen/go/kevinmichaelchen/licenseapis/protocolbuffers/go v1.32.0-20240114014934-c814bb63a0b5.1
buf.build/gen/go/kevinmichaelchen/orgapis/connectrpc/go v1.15.0-20240114014935-7a4a75e13959.1
buf.build/gen/go/kevinmichaelchen/orgapis/protocolbuffers/go v1.32.0-20240114014935-7a4a75e13959.1
buf.build/gen/go/kevinmichaelchen/profileapis/connectrpc/go v1.15.0-20240114014936-fe9fc00da5f7.1
buf.build/gen/go/kevinmichaelchen/profileapis/protocolbuffers/go v1.32.0-20240114014936-fe9fc00da5f7.1
buf.build/gen/go/kevinmichaelchen/temporalapis/connectrpc/go v1.15.0-20240113211018-c2d66c74813b.1
buf.build/gen/go/kevinmichaelchen/temporalapis/protocolbuffers/go v1.32.0-20240113211018-c2d66c74813b.1
connectrpc.com/connect v1.15.0
buf.build/gen/go/kevinmichaelchen/orgapis/protocolbuffers/go v1.34.1-20240114014935-7a4a75e13959.1
buf.build/gen/go/kevinmichaelchen/profileapis/connectrpc/go v1.16.1-20240114014936-fe9fc00da5f7.1
buf.build/gen/go/kevinmichaelchen/profileapis/protocolbuffers/go v1.34.1-20240114014936-fe9fc00da5f7.1
buf.build/gen/go/kevinmichaelchen/temporalapis/connectrpc/go v1.16.1-20240113211018-c2d66c74813b.1
buf.build/gen/go/kevinmichaelchen/temporalapis/protocolbuffers/go v1.34.1-20240113211018-c2d66c74813b.1
connectrpc.com/connect v1.16.1
connectrpc.com/grpchealth v1.3.0
connectrpc.com/grpcreflect v1.2.0
connectrpc.com/otelconnect v0.7.0
connectrpc.com/vanguard v0.1.0
github.com/bufbuild/protovalidate-go v0.6.0
github.com/charmbracelet/log v0.3.1
github.com/bufbuild/protovalidate-go v0.6.2
github.com/charmbracelet/log v0.4.0
github.com/friendsofgo/errors v0.9.2
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.5.4
github.com/rs/cors v1.10.1
github.com/sethvargo/go-envconfig v1.0.0
github.com/jackc/pgx/v5 v5.5.5
github.com/rs/cors v1.11.0
github.com/sethvargo/go-envconfig v1.0.1
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
github.com/volatiletech/null/v8 v8.1.2
Expand All @@ -33,17 +35,17 @@ require (
go.opentelemetry.io/otel/sdk v1.22.0
go.temporal.io/sdk v1.25.1
go.temporal.io/sdk/contrib/opentelemetry v0.3.0
go.uber.org/fx v1.20.1
golang.org/x/net v0.22.0
google.golang.org/protobuf v1.32.0
go.uber.org/fx v1.21.1
golang.org/x/net v0.25.0
google.golang.org/protobuf v1.34.1
)

require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.32.0-20240221180331-f05a6f4403ce.1 // indirect
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.1-20231115204500-e097f827e652.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/charmbracelet/lipgloss v0.9.1 // indirect
github.com/charmbracelet/lipgloss v0.10.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
Expand All @@ -55,7 +57,7 @@ require (
github.com/gogo/status v1.1.1 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/cel-go v0.20.0 // indirect
github.com/google/cel-go v0.20.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
Expand All @@ -69,7 +71,7 @@ require (
github.com/muesli/termenv v0.15.2 // indirect
github.com/pborman/uuid v1.2.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/robfig/cron v1.2.0 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
Expand All @@ -82,19 +84,19 @@ require (
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
go.temporal.io/api v1.26.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/dig v1.17.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.23.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
go.uber.org/dig v1.17.1 // indirect
go.uber.org/multierr v1.10.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/genproto v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/grpc v1.60.1 // indirect
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
google.golang.org/grpc v1.62.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 503227b

Please sign in to comment.