From d16dd4f38ebb7b23c42a485b6131e35521ed094e Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 12 Feb 2025 23:22:24 +0100 Subject: [golang] updated go.mod --- golang/pkg/api/ships.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'golang/pkg/api/ships.go') diff --git a/golang/pkg/api/ships.go b/golang/pkg/api/ships.go index dc6a27c..9e9797a 100644 --- a/golang/pkg/api/ships.go +++ b/golang/pkg/api/ships.go @@ -5,7 +5,7 @@ import ( "net/url" "path" - "git.adyxax.org/adyxax/spacetraders/v2/pkg/model" + "git.adyxax.org/adyxax/spacetraders/golang/pkg/model" ) func (c *Client) Dock(s *model.Ship) error { -- cgit v1.2.3