Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update canonical URL to github.com/polydawn/go-timeless-api #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion filesetFilters.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// Note that these properties correlate closely with what you'll see in
// Rio's FS packages: go.polydawn.net/rio/fs.Metadata in particular
// Rio's FS packages: github.com/polydawn/rio/fs.Metadata in particular
// is a struct describing the same properties that these filters modify.

type FilesetPackFilter struct {
Expand Down
2 changes: 1 addition & 1 deletion funcs/moduleOrder.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"sort"

"go.polydawn.net/go-timeless-api"
"github.com/polydawn/go-timeless-api"
)

type StepList []api.StepName
Expand Down
2 changes: 0 additions & 2 deletions funcs/moduleOrder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"testing"

. "github.com/warpfork/go-wish"

"go.polydawn.net/go-timeless-api"
)

func TestNilRelationLexicalOrdering(t *testing.T) {
Expand Down
6 changes: 3 additions & 3 deletions funcs/moduleResolvePins.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (

"github.com/warpfork/go-errcat"

"go.polydawn.net/go-timeless-api"
"go.polydawn.net/go-timeless-api/hitch"
"go.polydawn.net/go-timeless-api/ingest"
"github.com/polydawn/go-timeless-api"
"github.com/polydawn/go-timeless-api/hitch"
"github.com/polydawn/go-timeless-api/ingest"
)

type Pins map[api.SubmoduleSlotRef]api.WareID
Expand Down
4 changes: 2 additions & 2 deletions funcs/moduleResolvePins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (

. "github.com/warpfork/go-wish"

. "go.polydawn.net/go-timeless-api"
"go.polydawn.net/go-timeless-api/hitch/mock"
. "github.com/polydawn/go-timeless-api"
"github.com/polydawn/go-timeless-api/hitch/mock"
)

func TestPinning(t *testing.T) {
Expand Down
2 changes: 0 additions & 2 deletions hitch/catalogMutations.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
"fmt"

"github.com/warpfork/go-errcat"

"go.polydawn.net/go-timeless-api"
)

// LineagePrependRelease returns a new modified lineage with the release pushed onto
Expand Down
2 changes: 0 additions & 2 deletions hitch/catalogTraversals.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import (
"fmt"

"github.com/warpfork/go-errcat"

"go.polydawn.net/go-timeless-api"
)

// LineagePluckReleaseByName traverses a linage and returns a release by name.
Expand Down
2 changes: 1 addition & 1 deletion hitch/hitchCmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package hitch
import (
"context"

"go.polydawn.net/go-timeless-api"
"github.com/polydawn/go-timeless-api"
)

type ViewLineageTool func(
Expand Down
4 changes: 2 additions & 2 deletions hitch/mock/mockHitch.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (

"github.com/warpfork/go-errcat"

"go.polydawn.net/go-timeless-api"
"go.polydawn.net/go-timeless-api/hitch"
"github.com/polydawn/go-timeless-api"
"github.com/polydawn/go-timeless-api/hitch"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion ingest/ingestCmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ingest
import (
"context"

"go.polydawn.net/go-timeless-api"
"github.com/polydawn/go-timeless-api"
)

type IngestTool func(
Expand Down
4 changes: 2 additions & 2 deletions repeatr/client/exec/repeatrExecClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"github.com/polydawn/refmt/json"
"github.com/polydawn/refmt/obj/atlas"

"go.polydawn.net/go-timeless-api"
"go.polydawn.net/go-timeless-api/repeatr"
"github.com/polydawn/go-timeless-api"
"github.com/polydawn/go-timeless-api/repeatr"
)

var _ repeatr.RunFunc = Run
Expand Down
2 changes: 1 addition & 1 deletion repeatr/fmt/repeatrFmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package repeatrfmt

import (
"go.polydawn.net/go-timeless-api/repeatr"
"github.com/polydawn/go-timeless-api/repeatr"
)

type Printer interface {
Expand Down
2 changes: 1 addition & 1 deletion repeatr/fmt/repeatrFmtAnsi.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"github.com/polydawn/refmt/json"

"go.polydawn.net/go-timeless-api/repeatr"
"github.com/polydawn/go-timeless-api/repeatr"
)

var _ Printer = &AnsiPrinter{}
Expand Down
2 changes: 1 addition & 1 deletion repeatr/fmt/repeatrFmtJson.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/polydawn/refmt/json"

"go.polydawn.net/go-timeless-api/repeatr"
"github.com/polydawn/go-timeless-api/repeatr"
)

var _ Printer = JsonPrinter{}
Expand Down
2 changes: 1 addition & 1 deletion repeatr/repeatrCmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"time"

"go.polydawn.net/go-timeless-api"
"github.com/polydawn/go-timeless-api"
)

type RunFunc func(
Expand Down
2 changes: 1 addition & 1 deletion repeatr/repeatrErrors.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package repeatr
import (
"github.com/warpfork/go-errcat"

"go.polydawn.net/go-timeless-api/rio"
"github.com/polydawn/go-timeless-api/rio"
)

type ErrorCategory string
Expand Down
2 changes: 1 addition & 1 deletion repeatr/repeatrSerial.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/polydawn/refmt/obj/atlas"
"github.com/polydawn/refmt/obj/atlas/common"

"go.polydawn.net/go-timeless-api"
"github.com/polydawn/go-timeless-api"
)

// repeatr.Atlas encompases all the response types of RunFunc,
Expand Down
4 changes: 2 additions & 2 deletions rio/client/exec/rioArgsMarshal.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package rioclient

import (
"go.polydawn.net/go-timeless-api"
"go.polydawn.net/go-timeless-api/rio"
"github.com/polydawn/go-timeless-api"
"github.com/polydawn/go-timeless-api/rio"
)

func UnpackArgs(
Expand Down
4 changes: 2 additions & 2 deletions rio/client/exec/rioExecClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"github.com/polydawn/refmt/json"
. "github.com/warpfork/go-errcat"

"go.polydawn.net/go-timeless-api"
"go.polydawn.net/go-timeless-api/rio"
"github.com/polydawn/go-timeless-api"
"github.com/polydawn/go-timeless-api/rio"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion rio/rioCmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"time"

"go.polydawn.net/go-timeless-api"
"github.com/polydawn/go-timeless-api"
)

type UnpackFunc func(
Expand Down
2 changes: 1 addition & 1 deletion rio/rioSerial.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/polydawn/refmt/obj/atlas"
"github.com/polydawn/refmt/obj/atlas/common"

"go.polydawn.net/go-timeless-api"
"github.com/polydawn/go-timeless-api"
)

var Atlas = atlas.MustBuild(
Expand Down