Skip to content

Commit

Permalink
Merge pull request #99 from CircleCI-Public/graphql-fork-headers
Browse files Browse the repository at this point in the history
Use forked machinebox/graphql library that doesn't log headers
  • Loading branch information
Zachary Scott authored Sep 5, 2018
2 parents 8f1ad36 + d073cc5 commit 3eae4e7
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 13 deletions.
19 changes: 10 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


[[constraint]]
name = "github.com/machinebox/graphql"
name = "github.com/circleci/graphql"
branch = "master"

[[constraint]]
Expand Down
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/CircleCI-Public/circleci-cli/logger"
"github.com/CircleCI-Public/circleci-cli/version"
"github.com/machinebox/graphql"
"github.com/circleci/graphql"
)

// NewClient returns a reference to a Client.
Expand Down
2 changes: 1 addition & 1 deletion cmd/orb.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/CircleCI-Public/circleci-cli/client"
"github.com/pkg/errors"

"github.com/machinebox/graphql"
"github.com/circleci/graphql"
"github.com/spf13/cobra"
"gopkg.in/yaml.v2"
)
Expand Down
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3eae4e7

Please sign in to comment.