Updated dependencies

This commit is contained in:
Eduard Urbach 2025-02-25 16:58:21 +01:00
parent 0f4245b4d0
commit 9cfd2378a8
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
21 changed files with 32 additions and 32 deletions

View File

@ -11,7 +11,7 @@ Anime tracker, database and community.
## Installation ## Installation
```shell ```shell
git clone https://git.akyoto.dev/web/notify.moe.git git clone https://git.urbach.dev/web/notify.moe.git
cd notify.moe cd notify.moe
go mod download go mod download
make tools make tools
@ -34,7 +34,7 @@ make db
## License ## License
Please see the [license documentation](https://akyoto.dev/license). Please see the [license documentation](https://urbach.dev/license).
## Copyright ## Copyright

View File

@ -3,7 +3,7 @@ package arn_test
import ( import (
"testing" "testing"
"git.akyoto.dev/go/assert" "git.urbach.dev/go/assert"
"github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/arn"
) )

View File

@ -3,7 +3,7 @@ package arn_test
import ( import (
"testing" "testing"
"git.akyoto.dev/go/assert" "git.urbach.dev/go/assert"
"github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/arn"
) )

View File

@ -3,7 +3,7 @@ package arn_test
import ( import (
"testing" "testing"
"git.akyoto.dev/go/assert" "git.urbach.dev/go/assert"
"github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/arn"
) )

View File

@ -3,7 +3,7 @@ package arn_test
import ( import (
"testing" "testing"
"git.akyoto.dev/go/assert" "git.urbach.dev/go/assert"
"github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/arn"
) )

View File

@ -3,7 +3,7 @@ package arn_test
import ( import (
"testing" "testing"
"git.akyoto.dev/go/assert" "git.urbach.dev/go/assert"
"github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/arn"
) )

View File

@ -3,7 +3,7 @@ package autocorrect_test
import ( import (
"testing" "testing"
"git.akyoto.dev/go/assert" "git.urbach.dev/go/assert"
"github.com/animenotifier/notify.moe/arn/autocorrect" "github.com/animenotifier/notify.moe/arn/autocorrect"
) )

View File

@ -21,7 +21,7 @@ func (typ *Type) Endpoint() string {
// GitLink returns link to display the type in Git. // GitLink returns link to display the type in Git.
func (typ *Type) GitLink() string { func (typ *Type) GitLink() string {
return fmt.Sprintf("https://git.akyoto.dev/web/notify.moe/src/branch/main/arn/%s.go#L%d", typ.Name, typ.LineNumber) return fmt.Sprintf("https://git.urbach.dev/web/notify.moe/src/branch/main/arn/%s.go#L%d", typ.Name, typ.LineNumber)
} }
// GetTypeDocumentation tries to gather documentation about the given type. // GetTypeDocumentation tries to gather documentation about the given type.

View File

@ -3,7 +3,7 @@ package search_test
import ( import (
"testing" "testing"
"git.akyoto.dev/go/assert" "git.urbach.dev/go/assert"
"github.com/animenotifier/notify.moe/arn/search" "github.com/animenotifier/notify.moe/arn/search"
) )

View File

@ -3,7 +3,7 @@ package stringutils_test
import ( import (
"testing" "testing"
"git.akyoto.dev/go/assert" "git.urbach.dev/go/assert"
"github.com/animenotifier/notify.moe/arn/stringutils" "github.com/animenotifier/notify.moe/arn/stringutils"
) )

View File

@ -3,7 +3,7 @@ package validate_test
import ( import (
"testing" "testing"
"git.akyoto.dev/go/assert" "git.urbach.dev/go/assert"
"github.com/animenotifier/notify.moe/arn/validate" "github.com/animenotifier/notify.moe/arn/validate"
) )

View File

@ -11,7 +11,7 @@ func Source(s *discordgo.Session, msg *discordgo.MessageCreate) bool {
return false return false
} }
_, err := s.ChannelMessageSend(msg.ChannelID, msg.Author.Mention()+" B-baaaaaaaka! Y..you...you want to...TOUCH MY CODE?!\n\nhttps://git.akyoto.dev/web/notify.moe/src/branch/main/bots/discord") _, err := s.ChannelMessageSend(msg.ChannelID, msg.Author.Mention()+" B-baaaaaaaka! Y..you...you want to...TOUCH MY CODE?!\n\nhttps://git.urbach.dev/web/notify.moe/src/branch/main/bots/discord")
if err != nil { if err != nil {
color.Red(err.Error()) color.Red(err.Error())

View File

@ -39,7 +39,7 @@ In the past it was, but not anymore. We're growing bigger by establishing a data
* [Facebook](https://www.facebook.com/animenotifier) * [Facebook](https://www.facebook.com/animenotifier)
* [Twitter](https://twitter.com/animenotifier) * [Twitter](https://twitter.com/animenotifier)
* [Google+](https://plus.google.com/+AnimeReleaseNotifierOfficial) * [Google+](https://plus.google.com/+AnimeReleaseNotifierOfficial)
* [Git](https://git.akyoto.dev/web/notify.moe) * [Git](https://git.urbach.dev/web/notify.moe)
* [Discord](https://discord.gg/0kimAmMCeXGXuzNF) * [Discord](https://discord.gg/0kimAmMCeXGXuzNF)
## Where can I read the Terms of Service? ## Where can I read the Terms of Service?

View File

@ -6,11 +6,11 @@ You do not need to be a developer to contribute. There are multiple ways to help
- [Database Editing](https://notify.moe/users/editors) - [Database Editing](https://notify.moe/users/editors)
- [Donations](https://ko-fi.com/akyoto) - [Donations](https://ko-fi.com/akyoto)
- [Pull Requests](https://git.akyoto.dev/pulls) - [Pull Requests](https://git.urbach.dev/pulls)
## How do I make a proper pull request? ## How do I make a proper pull request?
- Fork the project on GitHub - Fork the project
- Create a new branch - Create a new branch
- Upload the changes to your branch - Upload the changes to your branch
- Check the [style guidelines](https://github.com/akyoto/quality/blob/master/STYLE.md) - Check the [style guidelines](https://github.com/akyoto/quality/blob/master/STYLE.md)

View File

@ -1,6 +1,6 @@
# Task for new contributors # Task for new contributors
This task assumes that you have [installed](https://git.akyoto.dev/web/notify.moe#installation) notify.moe already, started the server with the `run` tool and have the code open in Visual Studio Code. It will teach you the basics by creating an entirely empty page within notify.moe. This task assumes that you have [installed](https://git.urbach.dev/web/notify.moe#installation) notify.moe already, started the server with the `run` tool and have the code open in Visual Studio Code. It will teach you the basics by creating an entirely empty page within notify.moe.
# Step 1: Create a new page # Step 1: Create a new page

View File

@ -15,7 +15,7 @@ component SocialMediaLinks
Icon("patreon") Icon("patreon")
span Patreon span Patreon
a.footer-element(href="https://git.akyoto.dev/web/notify.moe", target="_blank", rel="noopener") a.footer-element(href="https://git.urbach.dev/web/notify.moe", target="_blank", rel="noopener")
Icon("github") Icon("github")
span Git span Git
@ -32,5 +32,5 @@ component SocialMediaButtons
a.social-media-button.circle-4(href="https://patreon.com/eduardurbach", title="Patreon", target="_blank", rel="noopener") a.social-media-button.circle-4(href="https://patreon.com/eduardurbach", title="Patreon", target="_blank", rel="noopener")
RawIcon("patreon") RawIcon("patreon")
a.social-media-button.circle-5(href="https://git.akyoto.dev/web/notify.moe", title="GitHub", target="_blank", rel="noopener") a.social-media-button.circle-5(href="https://git.urbach.dev/web/notify.moe", title="GitHub", target="_blank", rel="noopener")
RawIcon("github") RawIcon("github")

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.24
replace github.com/logpacker/PayPal-Go-SDK => github.com/logpacker/PayPal-Go-SDK v1.1.4 replace github.com/logpacker/PayPal-Go-SDK => github.com/logpacker/PayPal-Go-SDK v1.1.4
require ( require (
git.akyoto.dev/go/assert v0.1.3 git.urbach.dev/go/assert v0.0.0-20250225153414-fc1f84f19edf
github.com/aerogo/aero v1.3.59 github.com/aerogo/aero v1.3.59
github.com/aerogo/api v0.2.3 github.com/aerogo/api v0.2.3
github.com/aerogo/crawler v0.2.5 github.com/aerogo/crawler v0.2.5

4
go.sum
View File

@ -1,7 +1,7 @@
cloud.google.com/go/compute/metadata v0.6.0 h1:A6hENjEsCDtC1k8byVsgwvVcioamEHvZ4j01OwKxG9I= cloud.google.com/go/compute/metadata v0.6.0 h1:A6hENjEsCDtC1k8byVsgwvVcioamEHvZ4j01OwKxG9I=
cloud.google.com/go/compute/metadata v0.6.0/go.mod h1:FjyFAW1MW0C203CEOMDTu3Dk1FlqW3Rga40jzHL4hfg= cloud.google.com/go/compute/metadata v0.6.0/go.mod h1:FjyFAW1MW0C203CEOMDTu3Dk1FlqW3Rga40jzHL4hfg=
git.akyoto.dev/go/assert v0.1.3 h1:QwCUbmG4aZYsNk/OuRBz1zWVKmGlDUHhOnnDBfn8Qw8= git.urbach.dev/go/assert v0.0.0-20250225153414-fc1f84f19edf h1:BQWa5GKNUsA5CSUa/+UlFWYCEVe3IDDKRbVqBLK0mAE=
git.akyoto.dev/go/assert v0.1.3/go.mod h1:0GzMaM0eURuDwtGkJJkCsI7r2aUKr+5GmWNTFPgDocM= git.urbach.dev/go/assert v0.0.0-20250225153414-fc1f84f19edf/go.mod h1:y9jGII9JFiF1HNIju0u87OyPCt82xKCtqnAFyEreCDo=
github.com/PuerkitoBio/goquery v1.5.0/go.mod h1:qD2PgZ9lccMbQlc7eEOjaeRlFQON7xY8kdmcsrnKqMg= github.com/PuerkitoBio/goquery v1.5.0/go.mod h1:qD2PgZ9lccMbQlc7eEOjaeRlFQON7xY8kdmcsrnKqMg=
github.com/PuerkitoBio/goquery v1.10.2 h1:7fh2BdHcG6VFZsK7toXBT/Bh1z5Wmy8Q9MV9HqT2AM8= github.com/PuerkitoBio/goquery v1.10.2 h1:7fh2BdHcG6VFZsK7toXBT/Bh1z5Wmy8Q9MV9HqT2AM8=
github.com/PuerkitoBio/goquery v1.10.2/go.mod h1:0guWGjcLu9AYC7C1GHnpysHy056u9aEkUHwhdnePMCU= github.com/PuerkitoBio/goquery v1.10.2/go.mod h1:0guWGjcLu9AYC7C1GHnpysHy056u9aEkUHwhdnePMCU=

View File

@ -6,7 +6,7 @@ import (
"strings" "strings"
"testing" "testing"
"git.akyoto.dev/go/assert" "git.urbach.dev/go/assert"
"github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/notify.moe/server" "github.com/animenotifier/notify.moe/server"
"github.com/animenotifier/notify.moe/utils/routetests" "github.com/animenotifier/notify.moe/utils/routetests"

View File

@ -48,7 +48,7 @@ component SettingsExtras(user *arn.User)
.widget-section .widget-section
label Git: label Git:
a.button(href="https://git.akyoto.dev/web/notify.moe") a.button(href="https://git.urbach.dev/web/notify.moe")
Icon("github") Icon("github")
span Git span Git

View File

@ -41,7 +41,7 @@ component UserLists(groups []*utils.UserList, url string)
component StaffRecruitment component StaffRecruitment
footer.footer.mountable footer.footer.mountable
p p
a(href="https://git.akyoto.dev/web/notify.moe#installation", target="_blank", rel="noopener") Interested in contributing code? a(href="https://git.urbach.dev/web/notify.moe#installation", target="_blank", rel="noopener") Interested in contributing code?
br br
a(href="https://discord.gg/0kimAmMCeXGXuzNF", target="_blank", rel="noopener") Interested in editing data? a(href="https://discord.gg/0kimAmMCeXGXuzNF", target="_blank", rel="noopener") Interested in editing data?