We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aacfe2 + a54c07f commit 50c0275Copy full SHA for 50c0275
api/go.mod
@@ -10,5 +10,6 @@ require (
10
replace (
11
github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.14.18
12
golang.org/x/net => golang.org/x/net v0.17.0
13
+ golang.org/x/net v0.17.0 => golang.org/x/net v0.23.0
14
google.golang.org/grpc => google.golang.org/grpc v1.56.3
15
)
0 commit comments