File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 55 "net/http"
66 "strings"
77
8- "github.com/gsanchietti /matrix2acrobits/models"
9- "github.com/gsanchietti /matrix2acrobits/service"
8+ "github.com/nethesis /matrix2acrobits/models"
9+ "github.com/nethesis /matrix2acrobits/service"
1010 "github.com/labstack/echo/v4"
1111)
1212
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ This repository includes a GitHub Actions workflow that builds a container image
99The image can be pulled and run as follows:
1010
1111``` bash
12- podman pull ghcr.io/gsanchietti /matrix2acrobits:latest
12+ podman pull ghcr.io/nethesis /matrix2acrobits:latest
1313```
Original file line number Diff line number Diff line change 1- module github.com/gsanchietti /matrix2acrobits
1+ module github.com/nethesis /matrix2acrobits
22
33go 1.24.10
44
Original file line number Diff line number Diff line change 44 "log"
55 "os"
66
7- "github.com/gsanchietti /matrix2acrobits/api"
8- "github.com/gsanchietti /matrix2acrobits/matrix"
9- "github.com/gsanchietti /matrix2acrobits/service"
7+ "github.com/nethesis /matrix2acrobits/api"
8+ "github.com/nethesis /matrix2acrobits/matrix"
9+ "github.com/nethesis /matrix2acrobits/service"
1010 "github.com/labstack/echo/v4"
1111 "github.com/labstack/echo/v4/middleware"
1212 "maunium.net/go/mautrix/id"
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ import (
1414 "testing"
1515 "time"
1616
17- "github.com/gsanchietti /matrix2acrobits/api"
18- "github.com/gsanchietti /matrix2acrobits/matrix"
19- "github.com/gsanchietti /matrix2acrobits/models"
20- "github.com/gsanchietti /matrix2acrobits/service"
17+ "github.com/nethesis /matrix2acrobits/api"
18+ "github.com/nethesis /matrix2acrobits/matrix"
19+ "github.com/nethesis /matrix2acrobits/models"
20+ "github.com/nethesis /matrix2acrobits/service"
2121 "github.com/labstack/echo/v4"
2222 "github.com/labstack/echo/v4/middleware"
2323 "maunium.net/go/mautrix/id"
Original file line number Diff line number Diff line change 88 "sync"
99 "time"
1010
11- "github.com/gsanchietti /matrix2acrobits/matrix"
12- "github.com/gsanchietti /matrix2acrobits/models"
11+ "github.com/nethesis /matrix2acrobits/matrix"
12+ "github.com/nethesis /matrix2acrobits/models"
1313 "maunium.net/go/mautrix"
1414 "maunium.net/go/mautrix/event"
1515 "maunium.net/go/mautrix/id"
You can’t perform that action at this time.
0 commit comments