Skip to content

Commit

Permalink
fix: Resolve Header Duplication (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-brooks authored Apr 19, 2024
1 parent 8544aa0 commit 9e0d9c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/TBD54566975/ftl
go 1.22.2

require (
connectrpc.com/connect v1.16.0
connectrpc.com/connect v1.14.0
connectrpc.com/grpcreflect v1.2.0
connectrpc.com/otelconnect v0.7.0
github.com/BurntSushi/toml v1.3.2
Expand Down
2 changes: 2 additions & 0 deletions go.sum

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

4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"matchPackageNames": ["eslint"],
"enabled": false,
"paths": ["frontend/**", "extensions/**"]
},
{
"matchPackageNames": ["connectrpc.com/connect"],
"enabled": false
}
]
}

0 comments on commit 9e0d9c8

Please sign in to comment.