clean
This commit is contained in:
parent
c397e0e013
commit
defcfd4eda
|
@ -1,3 +0,0 @@
|
|||
[submodule "nechotron"]
|
||||
path = nechotron
|
||||
url = https://git.nefrace.ru/nefrace/nechotron.git
|
1
go.mod
1
go.mod
|
@ -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
2
go.sum
|
@ -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=
|
||||
|
|
3
main.go
3
main.go
|
@ -1,8 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"godette/nechotron"
|
||||
"log"
|
||||
|
||||
"git.nefrace.ru/nefrace/nechotron"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 5842815c958c77db0022d5bccda2cd5c1605f2d9
|
Loading…
Reference in New Issue