Skip to content

Commit

Permalink
update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
codemodify committed Mar 26, 2020
1 parent 6053e0c commit 848d9dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.13

require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
github.com/codemodify/systemkit-platform v1.1.0
github.com/go-ole/go-ole v1.2.4 // indirect
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
)
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d h1:G0m3OIz70MZUWq3EgK3CesDbo8upS2Vm9/P3FtgI+Jk=
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
github.com/codemodify/systemkit-platform v1.1.0 h1:g1umNTjVaURmhUdqogZKL/HYSdxE407FXWF12ty9ahM=
github.com/codemodify/systemkit-platform v1.1.0/go.mod h1:HdMgbCPaxP4dTx9LvmQdg3X4lIa5St3erhUgtQMH01s=
github.com/go-ole/go-ole v1.2.4 h1:nNBDSCOigTSiarFpYE9J/KtEA1IOW4CNeqT9TQDqCxI=
github.com/go-ole/go-ole v1.2.4/go.mod h1:XCwSNxSkXRo4vlyPy93sltvi/qJq0jqQhjqQNIwKuxM=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
Expand Down
2 changes: 1 addition & 1 deletion tests/lscpu_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"fmt"
"testing"

platform "github.com/codemodify/systemkit-platform"
platform "github.com/codemodify/systemkit-platform-cpu"
)

func TestJSON(t *testing.T) {
Expand Down

0 comments on commit 848d9dd

Please sign in to comment.