@@ -13,7 +13,7 @@ require (
13
13
github.com/andig/mbserver v0.0.0-20230310211055-1d29cbb5820e
14
14
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
15
15
github.com/avast/retry-go/v4 v4.5.0
16
- github.com/aws/aws-sdk-go v1.45.19
16
+ github.com/aws/aws-sdk-go v1.45.23
17
17
github.com/basgys/goxml2json v1.1.0
18
18
github.com/basvdlei/gotsmart v0.0.3
19
19
github.com/benbjohnson/clock v1.3.5
@@ -32,7 +32,7 @@ require (
32
32
github.com/fatih/structs v1.1.0
33
33
github.com/glebarez/sqlite v1.9.0
34
34
github.com/go-http-utils/etag v0.0.0-20161124023236-513ea8f21eb1
35
- github.com/go-playground/validator/v10 v10.15.4
35
+ github.com/go-playground/validator/v10 v10.15.5
36
36
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
37
37
github.com/godbus/dbus/v5 v5.1.0
38
38
github.com/gokrazy/updater v0.0.0-20230215172637-813ccc7f21e2
@@ -82,18 +82,18 @@ require (
82
82
github.com/spf13/cobra v1.7.0
83
83
github.com/spf13/jwalterweatherman v1.1.0
84
84
github.com/spf13/pflag v1.0.5
85
- github.com/spf13/viper v1.16 .0
85
+ github.com/spf13/viper v1.17 .0
86
86
github.com/stretchr/testify v1.8.4
87
87
github.com/traefik/yaegi v0.15.1
88
88
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c
89
- github.com/volkszaehler/mbmd v0.0.0-20231001132124-84ea21f01880
89
+ github.com/volkszaehler/mbmd v0.0.0-20231001155117-da2566b6849c
90
90
github.com/writeas/go-strip-markdown/v2 v2.1.1
91
91
gitlab.com/bboehmke/sunny v0.15.1-0.20211022160056-2fba1c86ade6
92
- golang.org/x/crypto/x509roots/fallback v0.0.0-20230928175846-ec07f4e35b9e
93
- golang.org/x/exp v0.0.0-20230905200255-921286631fa9
94
- golang.org/x/net v0.15 .0
95
- golang.org/x/oauth2 v0.12.1-0.20230907174942-55cd552a3654
96
- golang.org/x/sync v0.3 .0
92
+ golang.org/x/crypto/x509roots/fallback v0.0.0-20231005151211-e3cc52e598e3
93
+ golang.org/x/exp v0.0.0-20231006140011-7918f672742d
94
+ golang.org/x/net v0.16 .0
95
+ golang.org/x/oauth2 v0.13.0
96
+ golang.org/x/sync v0.4 .0
97
97
golang.org/x/text v0.13.0
98
98
google.golang.org/grpc v1.58.2
99
99
google.golang.org/protobuf v1.31.0
@@ -113,7 +113,7 @@ require (
113
113
github.com/bytedance/sonic v1.10.1 // indirect
114
114
github.com/cespare/xxhash/v2 v2.2.0 // indirect
115
115
github.com/chzyer/readline v1.5.1 // indirect
116
- github.com/davecgh/go-spew v1.1.1 // indirect
116
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
117
117
github.com/deepmap/oapi-codegen v1.15.0 // indirect
118
118
github.com/dustin/go-humanize v1.0.1 // indirect
119
119
github.com/fatih/color v1.15.0 // indirect
@@ -166,30 +166,35 @@ require (
166
166
github.com/pascaldekloe/name v1.0.1 // indirect
167
167
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
168
168
github.com/pkg/errors v0.9.1 // indirect
169
- github.com/pmezard/go-difflib v1.0.0 // indirect
170
- github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
169
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
170
+ github.com/prometheus/client_model v0.5.0 // indirect
171
171
github.com/prometheus/procfs v0.12.0 // indirect
172
172
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
173
173
github.com/rickb777/date v1.20.5 // indirect
174
174
github.com/rickb777/plural v1.4.1 // indirect
175
175
github.com/rivo/uniseg v0.4.4 // indirect
176
176
github.com/rogpeppe/go-internal v1.11.0 // indirect
177
+ github.com/sagikazarmark/locafero v0.3.0 // indirect
178
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
177
179
github.com/shopspring/decimal v1.3.1 // indirect
178
180
github.com/sirupsen/logrus v1.9.3 // indirect
181
+ github.com/sourcegraph/conc v0.3.0 // indirect
179
182
github.com/spf13/afero v1.10.0 // indirect
180
183
github.com/subosito/gotenv v1.6.0 // indirect
181
184
github.com/teivah/onecontext v1.3.0 // indirect
182
185
github.com/vmihailenco/msgpack/v5 v5.4.0 // indirect
183
186
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
184
187
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a // indirect
188
+ go.uber.org/atomic v1.11.0 // indirect
189
+ go.uber.org/multierr v1.11.0 // indirect
185
190
golang.org/x/arch v0.5.0 // indirect
186
- golang.org/x/crypto v0.13 .0 // indirect
187
- golang.org/x/mod v0.12 .0 // indirect
188
- golang.org/x/sys v0.12 .0 // indirect
189
- golang.org/x/term v0.12 .0 // indirect
190
- golang.org/x/tools v0.13 .0 // indirect
191
+ golang.org/x/crypto v0.14 .0 // indirect
192
+ golang.org/x/mod v0.13 .0 // indirect
193
+ golang.org/x/sys v0.13 .0 // indirect
194
+ golang.org/x/term v0.13 .0 // indirect
195
+ golang.org/x/tools v0.14 .0 // indirect
191
196
google.golang.org/appengine v1.6.8 // indirect
192
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
197
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
193
198
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
194
199
gopkg.in/ini.v1 v1.67.0 // indirect
195
200
gopkg.in/sourcemap.v1 v1.0.5 // indirect
0 commit comments