You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(deps): remove unecessary replace main go.mod (#2675)
This PR was blocked but got merged:
#2638.
It isn't bad to merge it, but we are relying on a fork of go-header for
the apps until celestiaorg/go-header#347 is
merged.
Let's delete it in the main go.mod
Copy file name to clipboardExpand all lines: go.mod
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@ go 1.24.2
4
4
5
5
retractv0.12.0// Published by accident
6
6
7
-
replacegithub.com/celestiaorg/go-header => github.com/julienrbrt/go-headerv0.0.0-20250909151551-cb11b091bf58// TODO: to remove after https://github.com/celestiaorg/go-header/pull/347
0 commit comments