mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
switch to go 1.20
This commit is contained in:
parent
f57776aaf3
commit
0ff77d63b3
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module github.com/lyx0/nourybot
|
module github.com/lyx0/nourybot
|
||||||
|
|
||||||
go 1.19
|
go 1.20
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/briandowns/openweathermap v0.18.0
|
github.com/briandowns/openweathermap v0.18.0
|
||||||
|
@ -10,12 +10,12 @@ require (
|
||||||
github.com/joho/godotenv v1.4.0
|
github.com/joho/godotenv v1.4.0
|
||||||
github.com/julienschmidt/httprouter v1.3.0
|
github.com/julienschmidt/httprouter v1.3.0
|
||||||
github.com/lib/pq v1.10.6
|
github.com/lib/pq v1.10.6
|
||||||
|
github.com/nicklaw5/helix v1.25.0
|
||||||
go.uber.org/zap v1.21.0
|
go.uber.org/zap v1.21.0
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
|
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
|
||||||
github.com/nicklaw5/helix v1.25.0 // indirect
|
|
||||||
go.uber.org/atomic v1.9.0 // indirect
|
go.uber.org/atomic v1.9.0 // indirect
|
||||||
go.uber.org/multierr v1.8.0 // indirect
|
go.uber.org/multierr v1.8.0 // indirect
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue