File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ module github.com/commander-cli/commander
22
33require (
44 github.com/Microsoft/go-winio v0.4.14 // indirect
5+ github.com/SimonBaeumer/commander v1.3.0 // indirect
56 github.com/antchfx/xmlquery v1.1.0
67 github.com/antchfx/xpath v1.1.0 // indirect
78 github.com/commander-cli/cmd v1.3.0
Original file line number Diff line number Diff line change 11github.com/Microsoft/go-winio v0.4.14 h1:+hMXMk01us9KgxGb7ftKQt2Xpf5hH/yky+TDA+qxleU =
22github.com/Microsoft/go-winio v0.4.14 /go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA =
3+ github.com/SimonBaeumer/cmd v1.1.0 h1:tr5dUMlly/8bLiC5B0J1AcE4ISru8POEfzAirWnUJnY =
4+ github.com/SimonBaeumer/cmd v1.1.0 /go.mod h1:4mc/LDXDWNbkeooqHP83yx3JXtInPHjJkF8zhzqqmZE =
5+ github.com/SimonBaeumer/commander v1.3.0 h1:QwZ7sTYFrmkOAccZwu8LZltDC08kIEcFjBBOkpjdZIg =
6+ github.com/SimonBaeumer/commander v1.3.0 /go.mod h1:sNvvvwudBa2kQcSO7G1PttZHcBUnS5LmtJAjDS1Yh+U =
37github.com/antchfx/xmlquery v1.1.0 h1:vj0kZ1y3Q6my4AV+a9xbWrMYzubw+84zuiKgvfV8vb8 =
48github.com/antchfx/xmlquery v1.1.0 /go.mod h1:/+CnyD/DzHRnv2eRxrVbieRU/FIF6N0C+7oTtyUtCKk =
59github.com/antchfx/xpath v1.1.0 h1:mJTvYpiHvxNQRD4Lbfin/FodHVCHh2a5KrOFr4ZxMOI =
@@ -36,7 +40,9 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
3640github.com/sirupsen/logrus v1.4.1 /go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q =
3741github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
3842github.com/stretchr/objx v0.1.1 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
43+ github.com/stretchr/objx v0.2.0 /go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE =
3944github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
45+ github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
4046github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk =
4147github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
4248github.com/tidwall/gjson v1.3.2 h1:+7p3qQFaH3fOMXAJSrdZwGKcOO/lYdGS0HqGhPqDdTI =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "testing"
1111 "time"
1212
13- commanderRuntime "github.com/SimonBaeumer /commander/pkg/runtime"
13+ commanderRuntime "github.com/commander-cli /commander/pkg/runtime"
1414 "github.com/stretchr/testify/assert"
1515)
1616
Original file line number Diff line number Diff line change 44 "bytes"
55 "text/template"
66
7- "github.com/SimonBaeumer /commander/pkg/runtime"
7+ "github.com/commander-cli /commander/pkg/runtime"
88)
99
1010var resultTmpl = `
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ package runtime
22
33import (
44 "time"
5-
6- "github.com/commander-cli/cmd"
75)
86
97// Constants for defining the various tested properties
You can’t perform that action at this time.
0 commit comments