mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
require lib/pq directly
This commit is contained in:
parent
998ad5c907
commit
68faa1b7a4
2
go.mod
2
go.mod
|
@ -6,11 +6,11 @@ require (
|
||||||
github.com/dustin/go-humanize v1.0.0
|
github.com/dustin/go-humanize v1.0.0
|
||||||
github.com/gempir/go-twitch-irc/v3 v3.2.0
|
github.com/gempir/go-twitch-irc/v3 v3.2.0
|
||||||
github.com/joho/godotenv v1.4.0
|
github.com/joho/godotenv v1.4.0
|
||||||
|
github.com/lib/pq v1.10.6
|
||||||
go.uber.org/zap v1.21.0
|
go.uber.org/zap v1.21.0
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/lib/pq v1.10.6 // 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