Skip to content

Commit

Permalink
Migrate Git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Aug 18, 2018
1 parent 9bd1a37 commit 76f922a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"crypto/tls"
"crypto/x509"
"fmt"
"github.com/Al2Klimov/masif-upgrader/common"
"github.com/masif-upgrader/common"
"io/ioutil"
"net/http"
)
Expand Down
2 changes: 1 addition & 1 deletion apt.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"bytes"
"github.com/Al2Klimov/masif-upgrader/common"
"github.com/masif-upgrader/common"
"os"
"os/exec"
"regexp"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"flag"
"fmt"
"github.com/Al2Klimov/masif-upgrader/common"
"github.com/masif-upgrader/common"
"gopkg.in/ini.v1"
"os"
"syscall"
Expand Down
2 changes: 1 addition & 1 deletion pkg-mgr.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import "github.com/Al2Klimov/masif-upgrader/common"
import "github.com/masif-upgrader/common"

type pkgMgr interface {
whatIfUpgradeAll(critOpRunner criticalOperationRunner) (tasks map[common.PkgMgrTask]struct{}, err error)
Expand Down

0 comments on commit 76f922a

Please sign in to comment.