Skip to content

Commit

Permalink
Rebase merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-prince committed Sep 8, 2024
1 parent 6be5f59 commit 81ca5fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,15 @@ require (
replace cloud.google.com/go/storage v1.43.1-0.20240903175418-70b73daa0730 => ../google-cloud-go/storage

require (
cel.dev/expr v0.16.0 // indirect
cloud.google.com/go v0.115.1 // indirect
cloud.google.com/go/auth v0.9.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
cloud.google.com/go/compute/metadata v0.5.0 // indirect
cloud.google.com/go/iam v1.2.0 // indirect
cloud.google.com/go/monitoring v1.21.0 // indirect
cloud.google.com/go/trace v1.11.0 // indirect
git.sr.ht/~sbinet/gg v0.5.0 // indirect
)

require (
cel.dev/expr v0.16.0 // indirect
cloud.google.com/go/auth v0.9.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
Expand Down
8 changes: 0 additions & 8 deletions util/dynamic_delay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ import (

"github.com/google/go-cmp/cmp"
"github.com/google/go-cmp/cmp/cmpopts"
"fmt"
"math"
"math/rand"
"testing"
"time"

"github.com/google/go-cmp/cmp"
"github.com/google/go-cmp/cmp/cmpopts"
)

func applySamples(numSamples int, expectedValue float64, rnd *rand.Rand, d *Delay) int {
Expand Down

0 comments on commit 81ca5fc

Please sign in to comment.