Skip to content

Commit bc4659b

Browse files
committed
bump go v1.19
1 parent a1756c9 commit bc4659b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/simagix/keyhole
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/simagix/gox v0.2.4-0.20220131221741-09a85844aa15
77
go.mongodb.org/mongo-driver v1.8.3
8-
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
9-
golang.org/x/text v0.3.7
8+
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
9+
golang.org/x/text v0.3.8
1010
)
1111

1212
require (
@@ -19,6 +19,6 @@ require (
1919
github.com/xdg-go/stringprep v1.0.2 // indirect
2020
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
2121
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
22-
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
22+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
2323
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
2424
)

0 commit comments

Comments
 (0)