We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9002c7 + 0a02da7 commit 58abd3aCopy full SHA for 58abd3a
go.mod
@@ -5,7 +5,7 @@ go 1.24
5
require (
6
github.com/mattn/go-sqlite3 v1.14.22
7
go.mongodb.org/mongo-driver v1.15.0
8
- golang.org/x/text v0.21.0
+ golang.org/x/text v0.22.0
9
)
10
11
@@ -17,6 +17,6 @@ require (
17
github.com/xdg-go/scram v1.1.2 // indirect
18
github.com/xdg-go/stringprep v1.0.4 // indirect
19
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
20
- golang.org/x/crypto v0.31.0 // indirect
21
- golang.org/x/sync v0.10.0 // indirect
+ golang.org/x/crypto v0.35.0 // indirect
+ golang.org/x/sync v0.11.0 // indirect
22
0 commit comments