File tree Expand file tree Collapse file tree 3 files changed +26
-189
lines changed Expand file tree Collapse file tree 3 files changed +26
-189
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
module miranda-bot
2
2
3
- // +heroku goVersion go1.16
4
- go 1.16
3
+ go 1.19
5
4
6
5
require (
7
- github.com/denisenkom/go-mssqldb v0.12.2 // indirect
8
- github.com/getsentry/sentry-go v0.13.0
9
- github.com/go-chi/chi/v5 v5.0.7
6
+ github.com/getsentry/sentry-go v0.16.0
7
+ github.com/go-chi/chi/v5 v5.0.8
10
8
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
11
- github.com/google/go-cmp v0.5.8 // indirect
12
9
github.com/jinzhu/gorm v1.9.16
13
- github.com/jinzhu/now v1.1.5 // indirect
14
10
github.com/joho/godotenv v1.4.0
15
- github.com/lib/pq v1.10.6 // indirect
11
+ )
12
+
13
+ require (
14
+ github.com/denisenkom/go-mssqldb v0.12.2 // indirect
15
+ github.com/jinzhu/inflection v1.0.0 // indirect
16
+ github.com/jinzhu/now v1.1.5 // indirect
17
+ github.com/lib/pq v1.10.7 // indirect
16
18
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
17
- golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect
19
+ golang.org/x/sys v0.3.0 // indirect
20
+ golang.org/x/text v0.5.0 // indirect
18
21
)
You can’t perform that action at this time.
0 commit comments