Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Add 'context' as a shadowed dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmm80 committed Jun 20, 2016
1 parent 7d6d62c commit 64de154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/action_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package command
import (
"github.com/conjurinc/summon/secretsyml"
. "github.com/smartystreets/goconvey/convey"
. "golang.org/x/net/context"
_ "golang.org/x/net/context"
"io/ioutil"
"os"
"path"
Expand Down

0 comments on commit 64de154

Please sign in to comment.