Skip to content

Commit e9eb196

Browse files
committed
Use oauth2 release
1 parent 0cc0e52 commit e9eb196

File tree

2 files changed

+72
-50
lines changed

2 files changed

+72
-50
lines changed

go.mod

+23-18
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/andig/mbserver v0.0.0-20230310211055-1d29cbb5820e
1414
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
1515
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
1717
github.com/basgys/goxml2json v1.1.0
1818
github.com/basvdlei/gotsmart v0.0.3
1919
github.com/benbjohnson/clock v1.3.5
@@ -32,7 +32,7 @@ require (
3232
github.com/fatih/structs v1.1.0
3333
github.com/glebarez/sqlite v1.9.0
3434
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
3636
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
3737
github.com/godbus/dbus/v5 v5.1.0
3838
github.com/gokrazy/updater v0.0.0-20230215172637-813ccc7f21e2
@@ -82,18 +82,18 @@ require (
8282
github.com/spf13/cobra v1.7.0
8383
github.com/spf13/jwalterweatherman v1.1.0
8484
github.com/spf13/pflag v1.0.5
85-
github.com/spf13/viper v1.16.0
85+
github.com/spf13/viper v1.17.0
8686
github.com/stretchr/testify v1.8.4
8787
github.com/traefik/yaegi v0.15.1
8888
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
9090
github.com/writeas/go-strip-markdown/v2 v2.1.1
9191
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
9797
golang.org/x/text v0.13.0
9898
google.golang.org/grpc v1.58.2
9999
google.golang.org/protobuf v1.31.0
@@ -113,7 +113,7 @@ require (
113113
github.com/bytedance/sonic v1.10.1 // indirect
114114
github.com/cespare/xxhash/v2 v2.2.0 // indirect
115115
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
117117
github.com/deepmap/oapi-codegen v1.15.0 // indirect
118118
github.com/dustin/go-humanize v1.0.1 // indirect
119119
github.com/fatih/color v1.15.0 // indirect
@@ -166,30 +166,35 @@ require (
166166
github.com/pascaldekloe/name v1.0.1 // indirect
167167
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
168168
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
171171
github.com/prometheus/procfs v0.12.0 // indirect
172172
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
173173
github.com/rickb777/date v1.20.5 // indirect
174174
github.com/rickb777/plural v1.4.1 // indirect
175175
github.com/rivo/uniseg v0.4.4 // indirect
176176
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
177179
github.com/shopspring/decimal v1.3.1 // indirect
178180
github.com/sirupsen/logrus v1.9.3 // indirect
181+
github.com/sourcegraph/conc v0.3.0 // indirect
179182
github.com/spf13/afero v1.10.0 // indirect
180183
github.com/subosito/gotenv v1.6.0 // indirect
181184
github.com/teivah/onecontext v1.3.0 // indirect
182185
github.com/vmihailenco/msgpack/v5 v5.4.0 // indirect
183186
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
184187
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
185190
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
191196
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
193198
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
194199
gopkg.in/ini.v1 v1.67.0 // indirect
195200
gopkg.in/sourcemap.v1 v1.0.5 // indirect

0 commit comments

Comments
 (0)