Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ailinykh committed Jul 21, 2023
1 parent 4bf691c commit 0685b28
Show file tree
Hide file tree
Showing 2 changed files with 839 additions and 29 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
module github.com/ailinykh/pullanusbot/v2

go 1.17
go 1.20

require (
github.com/google/logger v1.1.1
github.com/google/uuid v1.3.0
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.1
gopkg.in/telebot.v3 v3.0.0
gorm.io/driver/sqlite v1.3.1
gorm.io/gorm v1.23.3
github.com/streadway/amqp v1.1.0
github.com/stretchr/testify v1.8.4
gopkg.in/telebot.v3 v3.1.3
gorm.io/driver/sqlite v1.5.2
gorm.io/gorm v1.25.2
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.12 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
golang.org/x/sys v0.10.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 0685b28

Please sign in to comment.