Skip to content

Commit

Permalink
Use project-machine/qcli as dependency
Browse files Browse the repository at this point in the history
Exclude all mentions of raharper/qcli
  • Loading branch information
ashwing123 committed Jul 28, 2023
1 parent 5f3feb7 commit d9e145c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/lxc/lxd v0.0.0-20221130220346-2c77027b7a5e
github.com/mitchellh/go-homedir v1.1.0
github.com/msoap/byline v1.1.1
github.com/raharper/qcli v0.0.9
github.com/project-machine/qcli v0.2.1
github.com/rodaine/table v1.1.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
Expand Down Expand Up @@ -60,5 +60,3 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/raharper/qcli => github.com/project-machine/qcli v0.2.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ github.com/pkg/xattr v0.4.9 h1:5883YPCtkSd8LFbs13nXplj9g9tlrwoJRjgpgMu1/fE=
github.com/pkg/xattr v0.4.9/go.mod h1:di8WF84zAKk8jzR1UBTEWh9AUlIZZ7M/JNt8e9B6ktU=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/project-machine/qcli v0.2.0 h1:F1SXp5/WW55hU6QD8z3E0ZQyLP8mGDwpobU4slLY5fE=
github.com/project-machine/qcli v0.2.0/go.mod h1:2V3cMEpdXCSWz5cqXnbBFsnLM8j81PfklKKVF1aE0RE=
github.com/project-machine/qcli v0.2.1 h1:rIRItjdkeBbD4NIxYyTkxCeJIolGHdniJ51Phfg2Ols=
github.com/project-machine/qcli v0.2.1/go.mod h1:N7+8pGJWD/PvJOmzY6dmor4DYnG18bW/Mwa5Ful0GEs=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/rivo/uniseg v0.4.3 h1:utMvzDsuh3suAEnhH0RdHmoPbU648o6CvXxTx4SBMOw=
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/qconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package api

import (
"fmt"
"github.com/raharper/qcli"
"github.com/project-machine/qcli"
"os"
"path"
"path/filepath"
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"sync"
"time"

"github.com/raharper/qcli"
"github.com/project-machine/qcli"

log "github.com/sirupsen/logrus"
)
Expand Down

0 comments on commit d9e145c

Please sign in to comment.