Skip to content

Commit 5f546ba

Browse files
fix: rename import paths
1 parent c3a3e30 commit 5f546ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/semantic-release/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"errors"
66
"flag"
77
"fmt"
8-
"github.com/christophwitzko/go-semantic-release"
9-
"github.com/christophwitzko/go-semantic-release/condition"
8+
"github.com/semantic-release/go-semantic-release"
9+
"github.com/semantic-release/go-semantic-release/condition"
1010
"io/ioutil"
1111
"log"
1212
"os"

glide.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package: github.com/christophwitzko/go-semantic-release
1+
package: github.com/semantic-release/go-semantic-release
22
import:
33
- package: github.com/Masterminds/semver
44
- package: github.com/google/go-github

0 commit comments

Comments
 (0)