Skip to content

Commit

Permalink
Removing '.git' suffix (cadence-workflow#2313)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 authored Jul 30, 2019
1 parent a83d091 commit c82a773
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -140,7 +140,7 @@ ignored = ["github.com/uber/cadence/.gen"]
version = "1.1.0"

[[constraint]]
name = "github.com/hashicorp/go-version.git"
name = "github.com/hashicorp/go-version"
version = "1.1.0"

[[constraint]]
Expand Down
5 changes: 3 additions & 2 deletions service/frontend/versionchecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ package frontend
import (
"context"

"github.com/hashicorp/go-version.git"
"github.com/hashicorp/go-version"
"go.uber.org/yarpc"

gen "github.com/uber/cadence/.gen/go/shared"
"github.com/uber/cadence/common"
"go.uber.org/yarpc"
)

var versionSupported = map[string]version.Constraints{
Expand Down

0 comments on commit c82a773

Please sign in to comment.