File tree 5 files changed +280
-89
lines changed
5 files changed +280
-89
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ module github.com/problame/go-netssh
2
+
3
+ go 1.11
4
+
5
+ require (
6
+ github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff
7
+ github.com/spf13/cobra v0.0.2
8
+ github.com/stretchr/testify v1.4.0
9
+ github.com/theckman/goconstraint v1.11.0
10
+ github.com/zrepl/zrepl v0.2.0
11
+ golang.org/x/sys v0.0.0-20191010194322-b09406accb47
12
+ )
13
+
14
+ // copied from zrepl 0.2.0
15
+ // invalid dates in transitive dependencies (first validated in Go 1.13, didn't fail in earlier Go versions)
16
+ replace (
17
+ github.com/go-critic/go-critic v0.0.0-20181204210945-1df300866540 => github.com/go-critic/go-critic v0.3.5-0.20190526074819-1df300866540
18
+ github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead => github.com/go-critic/go-critic v0.3.5-0.20190210220443-ee9bf5809ead
19
+ github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6 => github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20
+ github.com/golangci/go-tools v0.0.0-20180109140146-35a9f45a5db0 => github.com/golangci/go-tools v0.0.0-20190124090046-35a9f45a5db0
21
+ github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196 => github.com/golangci/go-tools v0.0.0-20190318060251-af6baa5dc196
22
+ github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98 => github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98
23
+ github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547 => github.com/golangci/gosec v0.0.0-20190211064107-66fb7fc33547
24
+ github.com/golangci/ineffassign v0.0.0-20180808204949-42439a7714cc => github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
25
+ github.com/golangci/lint-1 v0.0.0-20180610141402-ee948d087217 => github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217
26
+ golang.org/x/tools v0.0.0-20190125232054-379209517ffe => golang.org/x/tools v0.0.0-20190205201329-379209517ffe
27
+ mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34 => mvdan.cc/unparam v0.0.0-20190209190245-fbb59629db34
28
+ )
You can’t perform that action at this time.
0 commit comments