Skip to content

Commit

Permalink
correct import name for go-version (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjdawson2016 authored and shreyassrivatsan committed Aug 6, 2019
1 parent a8fd5a6 commit a489909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/frontend/versionchecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package frontend
import (
"context"

"github.com/hashicorp/go-version.git"
"github.com/hashicorp/go-version"
gen "github.com/uber/cadence/.gen/go/shared"
"github.com/uber/cadence/common"
"go.uber.org/yarpc"
Expand Down

0 comments on commit a489909

Please sign in to comment.