feat: Update to go 1.19
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
25370b14f7
commit
29dbbc5bef
2 changed files with 16 additions and 14 deletions
11
go.mod
11
go.mod
|
|
@ -1,9 +1,14 @@
|
|||
module github.com/jouir/pgterminate
|
||||
|
||||
go 1.13
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/lib/pq v1.10.0
|
||||
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
|
||||
github.com/lib/pq v1.10.7
|
||||
golang.org/x/crypto v0.5.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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue