Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated instagocb version in example #565

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions example/couchbase/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ require github.com/couchbase/gocb/v2 v2.6.5

require (
github.com/instana/go-sensor v1.59.0
github.com/instana/go-sensor/instrumentation/instagocb v0.0.0-20231107055240-4ac1225b817a
github.com/instana/go-sensor/instrumentation/instagocb v0.1.0
)

replace github.com/instana/go-sensor/instrumentation/instagocb => ../../instrumentation/instagocb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can keep the replace directive in example so that it will be tested against the local code

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sanojsubran : Good point 👍🏾 We can keep the replace directive here. 😊

2 changes: 2 additions & 0 deletions example/couchbase/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/instana/go-sensor v1.59.0 h1:7BZCJZlmiYeFKNhUJxGK7aYm+ey8jqr5qh2Dl2RESjw=
github.com/instana/go-sensor v1.59.0/go.mod h1:Ks06EG9Da5O3hbdJiHIePG/vNmToovkaJjMlUBd70Yc=
github.com/instana/go-sensor/instrumentation/instagocb v0.1.0 h1:lG3isMODW0xaveUxM9pqQkl8Wto0Tyylb+HF3SEsPF4=
github.com/instana/go-sensor/instrumentation/instagocb v0.1.0/go.mod h1:GyW990+YHftLV3wOT0V1kApFloXTB7KaK+LHZ27tPC8=
github.com/looplab/fsm v1.0.1 h1:OEW0ORrIx095N/6lgoGkFkotqH6s7vaFPsgjLAaF5QU=
github.com/looplab/fsm v1.0.1/go.mod h1:PmD3fFvQEIsjMEfvZdrCDZ6y8VwKTwWNjlpEr6IKPO4=
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=
Expand Down