initial commit
This commit is contained in:
commit
2f65200729
8 changed files with 1209 additions and 0 deletions
17
go.mod
Normal file
17
go.mod
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
module git.gensokyo.cafe/kkyy/tgbot_misaka_5882f7
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/go-errors/errors v1.4.2
|
||||
github.com/goccy/go-json v0.9.11
|
||||
github.com/samber/lo v1.35.0
|
||||
go.uber.org/zap v1.23.0
|
||||
gopkg.in/telebot.v3 v3.1.2
|
||||
)
|
||||
|
||||
require (
|
||||
go.uber.org/atomic v1.10.0 // indirect
|
||||
go.uber.org/multierr v1.8.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue