Skip to content

Commit ea6d714

Browse files
committed
chore: rename go module
1 parent bbd6b4b commit ea6d714

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The server is configured using environment variables, the following options are
2929

3030
## Contributing
3131

32-
If you like you can contribute to this project by picking up an [issue](https://github.com/steveiliop56/tinyauth-analytics/issues) or creating a [pull request](https://github.com/steveiliop56/tinyauth-analytics/pulls). Contributing is appreciated a lot!
32+
If you like you can contribute to this project by picking up an [issue](https://github.com/tinyauthapp/analytics/issues) or creating a [pull request](https://github.com/tinyauthapp/analytics/pulls). Contributing is appreciated a lot!
3333

3434
## License
3535

dashboard/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</div>
5656
<div class="flex flex-row gap-1.5 items-center">
5757
<a
58-
href="https://github.com/steveiliop56/tinyauth-analytics"
58+
href="https://github.com/tinyauthapp/analytics"
5959
target="_blank"
6060
rel="noreferrer"
6161
aria-label="GitHub Repository"

dashboard/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/steveiliop56/tinyauth-analytics/dashboard
1+
module github.com/tinyauthapp/analytics/dashboard
22

33
go 1.24.3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/steveiliop56/tinyauth-analytics
1+
module github.com/tinyauthapp/analytics
22

33
go 1.25.0
44

instances_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99
"time"
1010

11-
"github.com/steveiliop56/tinyauth-analytics/database/queries"
11+
"github.com/tinyauthapp/analytics/database/queries"
1212

1313
"github.com/go-chi/render"
1414
)

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"os"
1010
"time"
1111

12-
"github.com/steveiliop56/tinyauth-analytics/database/queries"
12+
"github.com/tinyauthapp/analytics/database/queries"
1313

1414
"github.com/go-chi/chi/v5"
1515
"github.com/go-chi/chi/v5/middleware"

0 commit comments

Comments
 (0)