fix: Upgrade go modules
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
1957d88917
commit
18cbc70495
3 changed files with 16 additions and 6 deletions
12
go.mod
12
go.mod
|
|
@ -1,14 +1,16 @@
|
|||
module github.com/jouir/pgterminate
|
||||
|
||||
go 1.19
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.23.1
|
||||
|
||||
require (
|
||||
github.com/lib/pq v1.10.7
|
||||
golang.org/x/crypto v0.5.0
|
||||
github.com/lib/pq v1.10.9
|
||||
golang.org/x/crypto v0.38.0
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/sys v0.4.0 // indirect
|
||||
golang.org/x/term v0.4.0 // indirect
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
golang.org/x/term v0.32.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue