diff --git a/chess/board_test.go b/chess/board_test.go index d4ba78e..0858521 100644 --- a/chess/board_test.go +++ b/chess/board_test.go @@ -6,7 +6,7 @@ import ( "path" "testing" - "github.com/ekzyis/sn-chess/chess" + "github.com/ekzyis/chessbot/chess" "github.com/stretchr/testify/assert" ) diff --git a/go.mod b/go.mod index 92af81a..638b7c1 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ekzyis/sn-chess +module github.com/ekzyis/chessbot go 1.23.0 diff --git a/main.go b/main.go index 9c39b94..52186ea 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,7 @@ package main import ( - "github.com/ekzyis/sn-chess/chess" + "github.com/ekzyis/chessbot/chess" ) func main() {