We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca3c15 commit 4dc2d5dCopy full SHA for 4dc2d5d
1 file changed
backend/go.mod
@@ -7,6 +7,7 @@ require (
7
github.com/cyruzin/golang-tmdb v1.9.0
8
github.com/google/uuid v1.6.0
9
github.com/twitchtv/twirp v8.1.3+incompatible
10
+ golang.org/x/net v0.42.0
11
google.golang.org/grpc v1.76.0
12
google.golang.org/protobuf v1.36.10
13
modernc.org/sqlite v1.47.0
@@ -19,7 +20,6 @@ require (
19
20
github.com/ncruces/go-strftime v1.0.0 // indirect
21
github.com/pkg/errors v0.9.1 // indirect
22
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
- golang.org/x/net v0.42.0 // indirect
23
golang.org/x/sys v0.42.0 // indirect
24
golang.org/x/text v0.27.0 // indirect
25
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
0 commit comments