go-dette/go.mod

23 lines
694 B
Modula-2
Raw Normal View History

2023-01-20 01:44:57 +03:00
module git.nefrace.ru/nefrace/godette
2023-01-19 23:12:55 +03:00
2023-06-05 01:34:34 +03:00
go 1.20
2023-01-19 23:12:55 +03:00
require (
2023-01-20 00:30:21 +03:00
git.nefrace.ru/nefrace/nechotron v0.0.0-20230119201747-5842815c958c
2023-01-19 23:12:55 +03:00
github.com/NicoNex/echotron/v3 v3.22.0
github.com/google/uuid v1.3.0
2023-06-05 01:34:34 +03:00
github.com/joho/godotenv v1.5.1
2023-01-19 23:12:55 +03:00
)
2023-06-15 17:03:57 +03:00
require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mmcdole/gofeed v1.2.1 // indirect
github.com/mmcdole/goxpp v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/text v0.5.0 // indirect
)