build: update dependencies
This commit is contained in:
parent
afc70788b6
commit
3122a971bf
2 changed files with 18 additions and 6 deletions
12
go.mod
12
go.mod
|
|
@ -4,16 +4,16 @@ 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
|
||||
golang.org/x/net v0.2.0
|
||||
github.com/goccy/go-json v0.10.0
|
||||
github.com/samber/lo v1.36.0
|
||||
go.uber.org/zap v1.24.0
|
||||
golang.org/x/net v0.3.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
|
||||
golang.org/x/text v0.4.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
|
||||
golang.org/x/text v0.5.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue