This commit is contained in:
nefrace 2023-01-20 00:30:21 +03:00
parent c397e0e013
commit defcfd4eda
6 changed files with 5 additions and 5 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "nechotron"]
path = nechotron
url = https://git.nefrace.ru/nefrace/nechotron.git

1
go.mod
View File

@ -3,6 +3,7 @@ module godette
go 1.19
require (
git.nefrace.ru/nefrace/nechotron v0.0.0-20230119201747-5842815c958c
github.com/NicoNex/echotron/v3 v3.22.0
github.com/google/uuid v1.3.0
)

2
go.sum
View File

@ -1,3 +1,5 @@
git.nefrace.ru/nefrace/nechotron v0.0.0-20230119201747-5842815c958c h1:3vYJhrChrFYfNPzluBI4qVilixJTC1qURVqcaQYfPIA=
git.nefrace.ru/nefrace/nechotron v0.0.0-20230119201747-5842815c958c/go.mod h1:PiYTWTy1SMXKdsxNSrQOqUQRffw4DXI32PjjxVMJuOA=
github.com/NicoNex/echotron/v3 v3.22.0 h1:2ymJcjKqtZ/rfD5CveR2VKqQob7JmRgJmoLOJ3sim/4=
github.com/NicoNex/echotron/v3 v3.22.0/go.mod h1:LpP5IyHw0y+DZUZMBgXEDAF9O8feXrQu7w7nlJzzoZI=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=

BIN
godette

Binary file not shown.

View File

@ -1,8 +1,9 @@
package main
import (
"godette/nechotron"
"log"
"git.nefrace.ru/nefrace/nechotron"
)
func main() {

@ -1 +0,0 @@
Subproject commit 5842815c958c77db0022d5bccda2cd5c1605f2d9