Skip to content

Commit

Permalink
Update Go refs after transfer ownership to anynines org
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledavarteq committed Dec 19, 2021
1 parent 423755d commit a6de901
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cmd/build/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/paketo-buildpacks/packit"
"github.com/paketo-buildpacks/packit/scribe"

"github.com/avarteqgmbh/gitcredentials/git"
"github.com/anynines/gitcredentials/git"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/detect/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/paketo-buildpacks/packit"
"github.com/paketo-buildpacks/packit/scribe"

"github.com/avarteqgmbh/gitcredentials/git"
"github.com/anynines/gitcredentials/git"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion git/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"path/filepath"
"testing"

"github.com/avarteqgmbh/gitcredentials/git"
"github.com/anynines/gitcredentials/git"
"github.com/paketo-buildpacks/packit"
"github.com/paketo-buildpacks/packit/scribe"
"github.com/sclevine/spec"
Expand Down
2 changes: 1 addition & 1 deletion git/buildpack_yml_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"testing"

"github.com/avarteqgmbh/gitcredentials/git"
"github.com/anynines/gitcredentials/git"

"github.com/sclevine/spec"

Expand Down
2 changes: 1 addition & 1 deletion git/configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path/filepath"
"testing"

"github.com/avarteqgmbh/gitcredentials/git"
"github.com/anynines/gitcredentials/git"

"github.com/sclevine/spec"

Expand Down
2 changes: 1 addition & 1 deletion git/detect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path/filepath"
"testing"

"github.com/avarteqgmbh/gitcredentials/git"
"github.com/anynines/gitcredentials/git"

"github.com/paketo-buildpacks/packit"
"github.com/paketo-buildpacks/packit/scribe"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/avarteqgmbh/gitcredentials
module github.com/anynines/gitcredentials

go 1.15

Expand Down
2 changes: 0 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ github.com/BurntSushi/toml
# github.com/ForestEckhardt/freezer v0.0.6
github.com/ForestEckhardt/freezer
github.com/ForestEckhardt/freezer/github
# github.com/Masterminds/semver v1.5.0
## explicit
# github.com/Masterminds/semver/v3 v3.1.1
github.com/Masterminds/semver/v3
# github.com/VividCortex/ewma v1.1.1
Expand Down

0 comments on commit a6de901

Please sign in to comment.