security: Bump go and modules
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
e72feaf0f6
commit
9b239a556e
3 changed files with 18 additions and 27 deletions
12
go.mod
12
go.mod
|
|
@ -1,16 +1,16 @@
|
|||
module github.com/jouir/pgterminate
|
||||
|
||||
go 1.23.0
|
||||
go 1.25.0
|
||||
|
||||
toolchain go1.23.1
|
||||
toolchain go1.25.11
|
||||
|
||||
require (
|
||||
github.com/lib/pq v1.10.9
|
||||
golang.org/x/crypto v0.38.0
|
||||
github.com/lib/pq v1.12.3
|
||||
golang.org/x/crypto v0.53.0
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
golang.org/x/term v0.32.0 // indirect
|
||||
golang.org/x/sys v0.46.0 // indirect
|
||||
golang.org/x/term v0.44.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue