go mod tidy/vendor: hamilton is now directly used
This commit is contained in:
parent
9f710558ce
commit
bf6c7c0381
2
go.mod
2
go.mod
|
@ -53,6 +53,7 @@ require (
|
||||||
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
|
||||||
github.com/lib/pq v1.10.3
|
github.com/lib/pq v1.10.3
|
||||||
github.com/lusis/go-artifactory v0.0.0-20160115162124-7e4ce345df82
|
github.com/lusis/go-artifactory v0.0.0-20160115162124-7e4ce345df82
|
||||||
|
github.com/manicminer/hamilton v0.35.0
|
||||||
github.com/masterzen/winrm v0.0.0-20200615185753-c42b5136ff88
|
github.com/masterzen/winrm v0.0.0-20200615185753-c42b5136ff88
|
||||||
github.com/mattn/go-isatty v0.0.12
|
github.com/mattn/go-isatty v0.0.12
|
||||||
github.com/mattn/go-shellwords v1.0.4
|
github.com/mattn/go-shellwords v1.0.4
|
||||||
|
@ -157,7 +158,6 @@ require (
|
||||||
github.com/jtolds/gls v4.2.1+incompatible // indirect
|
github.com/jtolds/gls v4.2.1+incompatible // indirect
|
||||||
github.com/klauspost/compress v1.11.2 // indirect
|
github.com/klauspost/compress v1.11.2 // indirect
|
||||||
github.com/kr/pty v1.1.5 // indirect
|
github.com/kr/pty v1.1.5 // indirect
|
||||||
github.com/manicminer/hamilton v0.35.0 // indirect
|
|
||||||
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect
|
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect
|
||||||
github.com/mattn/go-colorable v0.1.6 // indirect
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
||||||
github.com/mitchellh/go-testing-interface v1.0.4 // indirect
|
github.com/mitchellh/go-testing-interface v1.0.4 // indirect
|
||||||
|
|
Loading…
Reference in New Issue