File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/simagix/keyhole
22
3- go 1.17
3+ go 1.19
44
55require (
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-20220314234659-1baeb1ce4c0b
9+ golang.org/x/text v0.3.8
1010)
1111
1212require (
@@ -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)
You can’t perform that action at this time.
0 commit comments