Skip to content

Commit

Permalink
Updating dependencies and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Re committed May 21, 2020
1 parent c19e4b2 commit 1798e61
Show file tree
Hide file tree
Showing 19 changed files with 150 additions and 207 deletions.
133 changes: 0 additions & 133 deletions Gopkg.lock

This file was deleted.

32 changes: 0 additions & 32 deletions Gopkg.toml

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/ghwc/commands/baseboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package commands
import (
"fmt"

"github.com/jaypipes/ghw"
"github.com/KingRial/ghw"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ghwc/commands/bios.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package commands
import (
"fmt"

"github.com/jaypipes/ghw"
"github.com/KingRial/ghw"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ghwc/commands/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package commands
import (
"fmt"

"github.com/jaypipes/ghw"
"github.com/KingRial/ghw"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ghwc/commands/chassis.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package commands
import (
"fmt"

"github.com/jaypipes/ghw"
"github.com/KingRial/ghw"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ghwc/commands/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"math"
"strings"

"github.com/jaypipes/ghw"
"github.com/KingRial/ghw"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ghwc/commands/gpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package commands
import (
"fmt"

"github.com/jaypipes/ghw"
"github.com/KingRial/ghw"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ghwc/commands/memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package commands

import (
"github.com/jaypipes/ghw"
"github.com/KingRial/ghw"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ghwc/commands/net.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package commands
import (
"fmt"

"github.com/jaypipes/ghw"
"github.com/KingRial/ghw"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ghwc/commands/os.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package commands

import (
"github.com/jaypipes/ghw"
"github.com/KingRial/ghw"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ghwc/commands/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package commands

import (
"github.com/jaypipes/ghw"
"github.com/KingRial/ghw"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ghwc/commands/product.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package commands
import (
"fmt"

"github.com/jaypipes/ghw"
"github.com/KingRial/ghw"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down
4 changes: 2 additions & 2 deletions cmd/ghwc/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"fmt"
"os"

"github.com/jaypipes/ghw"
"github.com/KingRial/ghw"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down Expand Up @@ -51,7 +51,7 @@ var rootCmd = &cobra.Command{
Discover hardware information.
https://github.com/jaypipes/ghw
https://github.com/KingRial/ghw
`,
RunE: showAll,
}
Expand Down
2 changes: 1 addition & 1 deletion cmd/ghwc/commands/topology.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package commands
import (
"fmt"

"github.com/jaypipes/ghw"
"github.com/KingRial/ghw"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ghwc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package main

import (
"github.com/jaypipes/ghw/cmd/ghwc/commands"
"github.com/KingRial/ghw/cmd/ghwc/commands"
)

var (
Expand Down
16 changes: 7 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
module github.com/KingRial/ghw

go 1.12
go 1.14

require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
github.com/ghodss/yaml v1.0.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jaypipes/pcidb v0.5.0
github.com/pkg/errors v0.8.0
github.com/sgreben/digitalproductid v0.0.0-20181230013438-020fee28a1e0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.2 // indirect
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
gopkg.in/yaml.v2 v2.2.2 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
gopkg.in/yaml.v2 v2.3.0 // indirect
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5
)
Loading

0 comments on commit 1798e61

Please sign in to comment.