Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Jun 17, 2024
1 parent 1f50aec commit d3764db
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ require (
go.uber.org/atomic v1.11.0
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
golang.org/x/oauth2 v0.21.0
google.golang.org/api v0.183.0
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.1
@@ -115,7 +116,6 @@ require (
go.uber.org/zap/exp v0.2.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
1 change: 0 additions & 1 deletion pkg/pipeline/sink/uploader/gcp.go
Original file line number Diff line number Diff line change
@@ -50,7 +50,6 @@ func newGCPUploader(conf *livekit.GCPUpload) (uploader, error) {
return nil, err
}
opts = append(opts, option.WithTokenSource(jwtConfig.TokenSource(context.Background())))
// opts = append(opts, option.WithCredentialsJSON([]byte(conf.Credentials)))
}

defaultTransport := http.DefaultTransport.(*http.Transport)

0 comments on commit d3764db

Please sign in to comment.