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

fix: remove redundant go module in middleware example #1492

Merged
merged 2 commits into from
Apr 8, 2024
Merged
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
15 changes: 0 additions & 15 deletions examples/middleware/go.mod

This file was deleted.

18 changes: 0 additions & 18 deletions examples/middleware/go.sum

This file was deleted.

3 changes: 1 addition & 2 deletions examples/middleware/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ import (
"log"
"net/http"

"github.com/prometheus/client_golang/examples/middleware/httpmiddleware"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/collectors"
"github.com/prometheus/client_golang/prometheus/promhttp"

"github.com/jessicalins/instrumentation-practices-examples/middleware/httpmiddleware"
)

func main() {
Expand Down
Loading