Updated dependencies
This commit is contained in:
parent
0f4245b4d0
commit
9cfd2378a8
@ -11,7 +11,7 @@ Anime tracker, database and community.
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
git clone https://git.akyoto.dev/web/notify.moe.git
|
||||
git clone https://git.urbach.dev/web/notify.moe.git
|
||||
cd notify.moe
|
||||
go mod download
|
||||
make tools
|
||||
@ -34,7 +34,7 @@ make db
|
||||
|
||||
## License
|
||||
|
||||
Please see the [license documentation](https://akyoto.dev/license).
|
||||
Please see the [license documentation](https://urbach.dev/license).
|
||||
|
||||
## Copyright
|
||||
|
||||
|
@ -3,7 +3,7 @@ package arn_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
"github.com/animenotifier/notify.moe/arn"
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,7 @@ package arn_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
"github.com/animenotifier/notify.moe/arn"
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,7 @@ package arn_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
"github.com/animenotifier/notify.moe/arn"
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,7 @@ package arn_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
|
||||
"github.com/animenotifier/notify.moe/arn"
|
||||
)
|
||||
|
@ -3,7 +3,7 @@ package arn_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
"github.com/animenotifier/notify.moe/arn"
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,7 @@ package autocorrect_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
"github.com/animenotifier/notify.moe/arn/autocorrect"
|
||||
)
|
||||
|
||||
|
@ -21,7 +21,7 @@ func (typ *Type) Endpoint() string {
|
||||
|
||||
// GitLink returns link to display the type in Git.
|
||||
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.
|
||||
|
@ -3,7 +3,7 @@ package search_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
"github.com/animenotifier/notify.moe/arn/search"
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,7 @@ package stringutils_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
"github.com/animenotifier/notify.moe/arn/stringutils"
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,7 @@ package validate_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
"github.com/animenotifier/notify.moe/arn/validate"
|
||||
)
|
||||
|
||||
|
@ -11,7 +11,7 @@ func Source(s *discordgo.Session, msg *discordgo.MessageCreate) bool {
|
||||
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 {
|
||||
color.Red(err.Error())
|
||||
|
@ -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)
|
||||
* [Twitter](https://twitter.com/animenotifier)
|
||||
* [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)
|
||||
|
||||
## Where can I read the Terms of Service?
|
||||
|
@ -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)
|
||||
- [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?
|
||||
|
||||
- Fork the project on GitHub
|
||||
- Fork the project
|
||||
- Create a new branch
|
||||
- Upload the changes to your branch
|
||||
- Check the [style guidelines](https://github.com/akyoto/quality/blob/master/STYLE.md)
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -15,7 +15,7 @@ component SocialMediaLinks
|
||||
Icon("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")
|
||||
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")
|
||||
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")
|
2
go.mod
2
go.mod
@ -5,7 +5,7 @@ go 1.24
|
||||
replace github.com/logpacker/PayPal-Go-SDK => github.com/logpacker/PayPal-Go-SDK v1.1.4
|
||||
|
||||
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/api v0.2.3
|
||||
github.com/aerogo/crawler v0.2.5
|
||||
|
4
go.sum
4
go.sum
@ -1,7 +1,7 @@
|
||||
cloud.google.com/go/compute/metadata v0.6.0 h1:A6hENjEsCDtC1k8byVsgwvVcioamEHvZ4j01OwKxG9I=
|
||||
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.akyoto.dev/go/assert v0.1.3/go.mod h1:0GzMaM0eURuDwtGkJJkCsI7r2aUKr+5GmWNTFPgDocM=
|
||||
git.urbach.dev/go/assert v0.0.0-20250225153414-fc1f84f19edf h1:BQWa5GKNUsA5CSUa/+UlFWYCEVe3IDDKRbVqBLK0mAE=
|
||||
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.10.2 h1:7fh2BdHcG6VFZsK7toXBT/Bh1z5Wmy8Q9MV9HqT2AM8=
|
||||
github.com/PuerkitoBio/goquery v1.10.2/go.mod h1:0guWGjcLu9AYC7C1GHnpysHy056u9aEkUHwhdnePMCU=
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
"github.com/animenotifier/notify.moe/arn"
|
||||
"github.com/animenotifier/notify.moe/server"
|
||||
"github.com/animenotifier/notify.moe/utils/routetests"
|
||||
|
@ -9,7 +9,7 @@ component SettingsExtras(user *arn.User)
|
||||
h3.widget-title
|
||||
Icon("puzzle-piece")
|
||||
span Apps
|
||||
|
||||
|
||||
.widget-section
|
||||
label Chrome Extension:
|
||||
a.button(href="https://chrome.google.com/webstore/detail/anime-notifier/hajchfikckiofgilinkpifobdbiajfch", target="_blank", rel="noopener")
|
||||
@ -39,29 +39,29 @@ component SettingsExtras(user *arn.User)
|
||||
h3.widget-title
|
||||
Icon("code")
|
||||
span Developer
|
||||
|
||||
|
||||
.widget-section
|
||||
label API:
|
||||
a.button(href="/api")
|
||||
Icon("code")
|
||||
span API
|
||||
|
||||
|
||||
.widget-section
|
||||
label Git:
|
||||
a.button(href="https://git.akyoto.dev/web/notify.moe")
|
||||
a.button(href="https://git.urbach.dev/web/notify.moe")
|
||||
Icon("github")
|
||||
span Git
|
||||
|
||||
|
||||
//- PRO
|
||||
.widget.mountable(data-api="/api/settings/" + user.ID)
|
||||
h3.widget-title
|
||||
Icon("star")
|
||||
span PRO
|
||||
|
||||
|
||||
if user.IsPro()
|
||||
.widget-section
|
||||
label
|
||||
span Your PRO account expires in
|
||||
span Your PRO account expires in
|
||||
time.utc-date(datetime=user.ProExpires)
|
||||
span .
|
||||
a.button(href="/shop")
|
||||
|
@ -23,7 +23,7 @@ component ProUsers(users []*arn.User, url string)
|
||||
.user-cards
|
||||
each user in users
|
||||
UserCard(user, "until " + user.ProExpires[:10])
|
||||
|
||||
|
||||
footer.footer.mountable
|
||||
p We are thankful to everyone supporting the site!
|
||||
|
||||
@ -41,7 +41,7 @@ component UserLists(groups []*utils.UserList, url string)
|
||||
component StaffRecruitment
|
||||
footer.footer.mountable
|
||||
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
|
||||
a(href="https://discord.gg/0kimAmMCeXGXuzNF", target="_blank", rel="noopener") Interested in editing data?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user