Compare commits

..

No commits in common. "main" and "v0.1.0" have entirely different histories.
main ... v0.1.0

3 changed files with 4 additions and 19 deletions

View file

@ -1,5 +1,5 @@
*The official test instance periodically runs with ID https://discord.com/users/1106701151774199858[`1106701151774199858`].* *The official instance runs with ID https://discord.com/users/1106701151774199858[`1106701151774199858`].*
*All the abouts and all the interfaces must be in English* as the project is proposed for international use, but the project itself is developed by a Russian organization, so the *in-code commentaries and commits must be in Russian* to not obscure the development process. Read more at link:contributing.adoc[`contributing.adoc`]. As the project is proposed for international use, *all the abouts and all the interfaces must be in English*, but the
project itself is developed by a Russian organization, so the *in-code commentaries and commits must be in Russian* to not
*The source code is licensed under CC0* as no one of the contributors has the resources to defend the author's rights. Read more at link:license.adoc[`license.adoc`]. obscure the development process. Read more at link:contributing.adoc[`contributing.adoc`].

View file

@ -1,15 +0,0 @@
module github.com/zaboal-org/discord-telegraph
go 1.19
require (
github.com/anonyindian/telegraph-go v1.2.2
github.com/bwmarrin/discordgo v0.27.1
)
require (
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
)