mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
9 lines
231 B
Diff
9 lines
231 B
Diff
--- a/go.mod
|
|
+++ b/go.mod
|
|
@@ -218,3 +218,5 @@ exclude (
|
|
github.com/dyatlov/go-opengraph v0.0.0-20210112100619-dae8665a5b09
|
|
github.com/willf/bitset v1.2.0
|
|
)
|
|
+
|
|
+replace github.com/mattermost/mattermost/server/public => ./public
|