Skip to content

Commit 87eaeec

Browse files
authored
Rename git module (#126)
1 parent 17a0bdc commit 87eaeec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cl-proxy/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"os"
66

7-
clproxy "github.com/ferranbt/builder-playground/cl-proxy"
7+
clproxy "github.com/flashbots/builder-playground/cl-proxy"
88
"github.com/spf13/cobra"
99
)
1010

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/ferranbt/builder-playground
1+
module github.com/flashbots/builder-playground
22

33
go 1.24.0
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"strings"
1313
"time"
1414

15-
"github.com/ferranbt/builder-playground/internal"
15+
"github.com/flashbots/builder-playground/internal"
1616
"github.com/spf13/cobra"
1717
)
1818

mev-boost-relay/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"os"
66

7-
mevboostrelay "github.com/ferranbt/builder-playground/mev-boost-relay"
7+
mevboostrelay "github.com/flashbots/builder-playground/mev-boost-relay"
88
"github.com/spf13/cobra"
99
)
1010

0 commit comments

Comments
 (0)