Skip to content

Commit e9cdd44

Browse files
committed
update go
1 parent 99d9a45 commit e9cdd44

File tree

3 files changed

+26
-189
lines changed

3 files changed

+26
-189
lines changed

Procfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

go.mod

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
module miranda-bot
22

3-
// +heroku goVersion go1.16
4-
go 1.16
3+
go 1.19
54

65
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
108
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
11-
github.com/google/go-cmp v0.5.8 // indirect
129
github.com/jinzhu/gorm v1.9.16
13-
github.com/jinzhu/now v1.1.5 // indirect
1410
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
1618
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
1821
)

0 commit comments

Comments
 (0)