Skip to content

Commit 4dc2d5d

Browse files
committed
go mod tidy
1 parent cca3c15 commit 4dc2d5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/cyruzin/golang-tmdb v1.9.0
88
github.com/google/uuid v1.6.0
99
github.com/twitchtv/twirp v8.1.3+incompatible
10+
golang.org/x/net v0.42.0
1011
google.golang.org/grpc v1.76.0
1112
google.golang.org/protobuf v1.36.10
1213
modernc.org/sqlite v1.47.0
@@ -19,7 +20,6 @@ require (
1920
github.com/ncruces/go-strftime v1.0.0 // indirect
2021
github.com/pkg/errors v0.9.1 // indirect
2122
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
22-
golang.org/x/net v0.42.0 // indirect
2323
golang.org/x/sys v0.42.0 // indirect
2424
golang.org/x/text v0.27.0 // indirect
2525
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect

0 commit comments

Comments
 (0)