Skip to content

Commit

Permalink
appsec: use std context package (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellzy committed Mar 11, 2022
1 parent 58fe681 commit 2f579f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsec/appsec.go
Expand Up @@ -12,7 +12,7 @@
package appsec

import (
"golang.org/x/net/context"
"context"

"gopkg.in/DataDog/dd-trace-go.v1/internal/appsec"
"gopkg.in/DataDog/dd-trace-go.v1/internal/appsec/dyngo/instrumentation/httpsec"
Expand Down

0 comments on commit 2f579f3

Please sign in to comment.