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 1
1
module github.com/simagix/keyhole
2
2
3
- go 1.17
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/simagix/gox v0.2.4-0.20220131221741-09a85844aa15
7
7
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
10
10
)
11
11
12
12
require (
@@ -19,6 +19,6 @@ require (
19
19
github.com/xdg-go/stringprep v1.0.2 // indirect
20
20
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
21
21
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
23
23
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
24
24
)
You can’t perform that action at this time.
0 commit comments