Skip to content

Commit

Permalink
fix(templates): replace broken vanity url (#4506) (#4508)
Browse files Browse the repository at this point in the history
(cherry picked from commit 40bfc2c)

Co-authored-by: Julien Robert <julien@rbrt.fr>
  • Loading branch information
mergify[bot] and julienrbrt authored Feb 12, 2025
1 parent 5fc8892 commit 8fed582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ignite/templates/app/files/go.mod.plush
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ replace (
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
// replace broken goleveldb
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
// replace broken vanity url
nhooyr.io/websocket => github.com/coder/websocket v1.8.7
)

require (
Expand Down

0 comments on commit 8fed582

Please sign in to comment.