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 Nov 9, 2023
1 parent 601af66 commit 777e789
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require (
github.com/alecthomas/concurrency v0.0.2 // indirect
github.com/alecthomas/errors v0.4.0 // indirect
github.com/alecthomas/participle/v2 v2.0.0 // indirect
github.com/alecthomas/repr v0.2.0 // indirect
github.com/alecthomas/types v0.7.1 // indirect
github.com/alessio/shellescape v1.4.1 // indirect
github.com/danieljoos/wincred v1.1.0 // indirect
Expand Down
1 change: 1 addition & 0 deletions examples/online-boutique/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ require (
connectrpc.com/otelconnect v0.5.0 // indirect
github.com/alecthomas/concurrency v0.0.2 // indirect
github.com/alecthomas/participle/v2 v2.0.0 // indirect
github.com/alecthomas/repr v0.2.0 // indirect
github.com/alecthomas/types v0.7.1 // indirect
github.com/alessio/shellescape v1.4.1 // indirect
github.com/danieljoos/wincred v1.1.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/BurntSushi/toml v1.3.2
github.com/alecthomas/kong v0.8.1
github.com/alecthomas/kong-toml v0.0.1
github.com/alecthomas/repr v0.2.0
github.com/amacneil/dbmate/v2 v2.7.0
github.com/go-logr/logr v1.2.4
github.com/golang/protobuf v1.5.3
Expand All @@ -33,7 +34,6 @@ require (
)

require (
github.com/alecthomas/repr v0.2.0 // indirect
github.com/alessio/shellescape v1.4.1 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/danieljoos/wincred v1.1.0 // indirect
Expand Down

0 comments on commit 777e789

Please sign in to comment.