Przeglądaj źródła

Added a patch that updates the module path

arianagiroux 1 miesiąc temu
rodzic
commit
2fe0cc8c67
1 zmienionych plików z 43 dodań i 0 usunięć
  1. 43 0
      mod_update.patch

+ 43 - 0
mod_update.patch

@@ -0,0 +1,43 @@
+diff --git a/cmd/pingo.go b/cmd/pingo.go
+index 5c806f5..e637e33 100644
+--- a/cmd/pingo.go
++++ b/cmd/pingo.go
+@@ -30,9 +30,10 @@ import (
+ 	"flag"
+ 	"fmt"
+ 	"os"
+-	"pingo"
+ 	"time"
+ 
++	"git.crowcollective.space/arianagiroux/pingo"
++
+ 	"charm.land/bubbles/v2/viewport"
+ 	tea "charm.land/bubbletea/v2"
+ 	"charm.land/lipgloss/v2"
+diff --git a/cmd/pingo_test.go b/cmd/pingo_test.go
+index 837d169..236d496 100644
+--- a/cmd/pingo_test.go
++++ b/cmd/pingo_test.go
+@@ -1,10 +1,11 @@
+ package main
+ 
+ import (
+-	"pingo"
+ 	"strings"
+ 	"testing"
+ 
++	"git.crowcollective.space/arianagiroux/pingo"
++
+ 	tea "charm.land/bubbletea/v2"
+ 	"charm.land/lipgloss/v2"
+ 	"github.com/stretchr/testify/assert"
+diff --git a/go.mod b/go.mod
+index f371013..c91f7b6 100644
+--- a/go.mod
++++ b/go.mod
+@@ -1,4 +1,4 @@
+-module pingo
++module git.crowcollective.space/arianagiroux/pingo
+ 
+ go 1.25.6
+