@@ -4,59 +4,67 @@ go 1.19
4
4
5
5
require (
6
6
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
7
- github.com/disgoorg/disgo v0.14.1
7
+ github.com/disgoorg/disgo v0.16.7
8
8
github.com/disgoorg/snowflake/v2 v2.0.1
9
9
github.com/gin-contrib/static v0.0.1
10
10
github.com/gin-gonic/gin v1.9.1
11
11
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
12
- github.com/gregdel/pushover v1.1 .0
12
+ github.com/gregdel/pushover v1.2 .0
13
13
github.com/h2non/filetype v1.1.3
14
- github.com/influxdata/influxdb-client-go/v2 v2.12.1
15
- github.com/jedib0t/go-pretty/v6 v6.4.4
14
+ github.com/influxdata/influxdb-client-go/v2 v2.12.3
15
+ github.com/jedib0t/go-pretty/v6 v6.4.6
16
16
github.com/kalafut/imohash v1.0.2
17
17
github.com/robfig/cron/v3 v3.0.1
18
- github.com/sirupsen/logrus v1.9.0
18
+ github.com/sirupsen/logrus v1.9.3
19
19
github.com/spf13/pflag v1.0.5
20
- github.com/spf13/viper v1.15 .0
20
+ github.com/spf13/viper v1.16 .0
21
21
github.com/xconstruct/go-pushbullet v0.0.0-20171206132031-67759df45fbb
22
- go.etcd.io/bbolt v1.3.6
22
+ go.etcd.io/bbolt v1.3.7
23
23
golift.io/starr v0.14.1-0.20221014065949-c78a10375d37
24
24
gopkg.in/vansante/go-ffprobe.v2 v2.1.1
25
25
)
26
26
27
27
require (
28
- github.com/bytedance/sonic v1.9.1 // indirect
29
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
28
+ github.com/bytedance/sonic v1.10.0-rc3 // indirect
29
+ github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
30
+ github.com/chenzhuoyu/iasm v0.9.0 // indirect
30
31
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
31
- github.com/klauspost/cpuid/v2 v2.2.4 // indirect
32
+ github.com/klauspost/cpuid/v2 v2.2.5 // indirect
33
+ github.com/labstack/echo/v4 v4.11.1 // indirect
34
+ github.com/labstack/gommon v0.4.0 // indirect
35
+ github.com/mattn/go-colorable v0.1.13 // indirect
32
36
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
33
- golang.org/x/arch v0.3.0 // indirect
37
+ github.com/valyala/bytebufferpool v1.0.0 // indirect
38
+ github.com/valyala/fasttemplate v1.2.2 // indirect
39
+ go.opentelemetry.io/otel/metric v1.16.0 // indirect
40
+ golang.org/x/arch v0.4.0 // indirect
41
+ golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect
34
42
)
35
43
36
44
require (
37
45
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
38
- github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
46
+ github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
39
47
github.com/davecgh/go-spew v1.1.1 // indirect
40
- github.com/deepmap/oapi-codegen v1.12.4 // indirect
41
- github.com/disgoorg/json v1.0 .0 // indirect
42
- github.com/disgoorg/log v1.2.0 // indirect
48
+ github.com/deepmap/oapi-codegen v1.13.0 // indirect
49
+ github.com/disgoorg/json v1.1 .0 // indirect
50
+ github.com/disgoorg/log v1.2.1 // indirect
43
51
github.com/fsnotify/fsnotify v1.6.0 // indirect
44
52
github.com/gin-contrib/sse v0.1.0 // indirect
45
- github.com/go-logr/logr v1.2.3 // indirect
53
+ github.com/go-logr/logr v1.2.4 // indirect
46
54
github.com/go-logr/stdr v1.2.2 // indirect
47
55
github.com/go-openapi/analysis v0.21.4 // indirect
48
- github.com/go-openapi/errors v0.20.3 // indirect
49
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
56
+ github.com/go-openapi/errors v0.20.4 // indirect
57
+ github.com/go-openapi/jsonpointer v0.20.0 // indirect
50
58
github.com/go-openapi/jsonreference v0.20.2 // indirect
51
59
github.com/go-openapi/loads v0.21.2 // indirect
52
- github.com/go-openapi/runtime v0.25 .0 // indirect
53
- github.com/go-openapi/spec v0.20.8 // indirect
54
- github.com/go-openapi/strfmt v0.21.3 // indirect
55
- github.com/go-openapi/swag v0.22.3 // indirect
60
+ github.com/go-openapi/runtime v0.26 .0 // indirect
61
+ github.com/go-openapi/spec v0.20.9 // indirect
62
+ github.com/go-openapi/strfmt v0.21.7 // indirect
63
+ github.com/go-openapi/swag v0.22.4 // indirect
56
64
github.com/go-openapi/validate v0.22.1 // indirect
57
65
github.com/go-playground/locales v0.14.1 // indirect
58
66
github.com/go-playground/universal-translator v0.18.1 // indirect
59
- github.com/go-playground/validator/v10 v10.14.0 // indirect
67
+ github.com/go-playground/validator/v10 v10.14.1 // indirect
60
68
github.com/goccy/go-json v0.10.2 // indirect
61
69
github.com/google/uuid v1.3.0 // indirect
62
70
github.com/gotify/go-api-client/v2 v2.0.4
@@ -68,32 +76,32 @@ require (
68
76
github.com/magiconair/properties v1.8.7 // indirect
69
77
github.com/mailru/easyjson v0.7.7 // indirect
70
78
github.com/mattn/go-isatty v0.0.19 // indirect
71
- github.com/mattn/go-runewidth v0.0.14 // indirect
79
+ github.com/mattn/go-runewidth v0.0.15 // indirect
72
80
github.com/mitchellh/mapstructure v1.5.0 // indirect
73
81
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
74
82
github.com/modern-go/reflect2 v1.0.2 // indirect
75
83
github.com/oklog/ulid v1.3.1 // indirect
76
84
github.com/opentracing/opentracing-go v1.2.0 // indirect
77
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
85
+ github.com/pelletier/go-toml/v2 v2.0.9 // indirect
78
86
github.com/pkg/errors v0.9.1 // indirect
79
87
github.com/pmezard/go-difflib v1.0.0 // indirect
80
- github.com/rivo/uniseg v0.4.3 // indirect
88
+ github.com/rivo/uniseg v0.4.4 // indirect
81
89
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
82
- github.com/spf13/afero v1.9.3 // indirect
83
- github.com/spf13/cast v1.5.0 // indirect
90
+ github.com/spf13/afero v1.9.5 // indirect
91
+ github.com/spf13/cast v1.5.1 // indirect
84
92
github.com/spf13/jwalterweatherman v1.1.0 // indirect
85
- github.com/stretchr/testify v1.8.3 // indirect
93
+ github.com/stretchr/testify v1.8.4 // indirect
86
94
github.com/subosito/gotenv v1.4.2 // indirect
87
- github.com/twmb/murmur3 v1.1.6 // indirect
95
+ github.com/twmb/murmur3 v1.1.8 // indirect
88
96
github.com/ugorji/go/codec v1.2.11 // indirect
89
- go.mongodb.org/mongo-driver v1.11.1 // indirect
90
- go.opentelemetry.io/otel v1.11.2 // indirect
91
- go.opentelemetry.io/otel/trace v1.11.2 // indirect
92
- golang.org/x/crypto v0.9 .0 // indirect
93
- golang.org/x/net v0.10 .0 // indirect
94
- golang.org/x/sys v0.8 .0 // indirect
95
- golang.org/x/text v0.9 .0 // indirect
96
- google.golang.org/protobuf v1.30 .0 // indirect
97
+ go.mongodb.org/mongo-driver v1.12.0 // indirect
98
+ go.opentelemetry.io/otel v1.16.0 // indirect
99
+ go.opentelemetry.io/otel/trace v1.16.0 // indirect
100
+ golang.org/x/crypto v0.11 .0 // indirect
101
+ golang.org/x/net v0.12 .0 // indirect
102
+ golang.org/x/sys v0.10 .0 // indirect
103
+ golang.org/x/text v0.11 .0 // indirect
104
+ google.golang.org/protobuf v1.31 .0 // indirect
97
105
gopkg.in/ini.v1 v1.67.0 // indirect
98
106
gopkg.in/yaml.v2 v2.4.0 // indirect
99
107
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments