Skip to content

Commit

Permalink
chore(autofmt): Automated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 15, 2024
1 parent 451c6bf commit f620c83
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 40 deletions.
8 changes: 4 additions & 4 deletions examples/online-boutique/services/checkout/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ftl/checkout

go 1.21.5
go 1.21.6

replace github.com/TBD54566975/ftl => ../../../..

Expand All @@ -15,7 +15,7 @@ require (
require (
connectrpc.com/connect v1.14.0 // indirect
connectrpc.com/grpcreflect v1.2.0 // indirect
connectrpc.com/otelconnect v0.6.0 // indirect
connectrpc.com/otelconnect v0.7.0 // indirect
github.com/alecthomas/concurrency v0.0.2 // indirect
github.com/alecthomas/participle/v2 v2.1.1 // indirect
github.com/alecthomas/types v0.9.0 // indirect
Expand All @@ -38,9 +38,9 @@ require (
golang.design/x/reflect v0.0.0-20220504060917-02c43be63f3b // indirect
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
)
16 changes: 8 additions & 8 deletions examples/online-boutique/services/checkout/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/online-boutique/services/recommendation/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ftl/recommendation

go 1.21.5
go 1.21.6

replace github.com/TBD54566975/ftl => ../../../..

Expand All @@ -11,7 +11,7 @@ require github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
require (
connectrpc.com/connect v1.14.0 // indirect
connectrpc.com/grpcreflect v1.2.0 // indirect
connectrpc.com/otelconnect v0.6.0 // indirect
connectrpc.com/otelconnect v0.7.0 // indirect
github.com/alecthomas/concurrency v0.0.2 // indirect
github.com/alecthomas/participle/v2 v2.1.1 // indirect
github.com/alecthomas/types v0.9.0 // indirect
Expand All @@ -35,9 +35,9 @@ require (
golang.design/x/reflect v0.0.0-20220504060917-02c43be63f3b // indirect
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
)
16 changes: 8 additions & 8 deletions examples/online-boutique/services/recommendation/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/src/protos/xyz/block/ftl/v1/ftl_connect.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 2 additions & 14 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f620c83

Please sign in to comment.