2018-12-11 22:01:50 +01:00
|
|
|
ignored = [
|
|
|
|
"github.com/inconshreveable/mousetrap",
|
|
|
|
]
|
2017-09-22 14:42:17 +02:00
|
|
|
|
2018-12-11 21:44:26 +01:00
|
|
|
required = [
|
|
|
|
"golang.org/x/tools/cmd/stringer",
|
|
|
|
"github.com/alvaroloes/enumer",
|
2019-03-27 13:00:58 +01:00
|
|
|
"github.com/golangci/golangci-lint/cmd/golangci-lint",
|
|
|
|
"golang.org/x/tools/cmd/goimports",
|
2018-12-11 21:44:26 +01:00
|
|
|
]
|
|
|
|
|
2017-09-22 14:42:17 +02:00
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/jinzhu/copier"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/kr/pretty"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/pkg/errors"
|
|
|
|
version = "0.8.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/spf13/cobra"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/stretchr/testify"
|
|
|
|
version = "1.1.4"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "v2"
|
2018-08-26 15:17:15 +02:00
|
|
|
name = "github.com/zrepl/yaml-config"
|
2017-09-24 02:02:01 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/go-logfmt/logfmt"
|
|
|
|
version = "*"
|
2018-02-17 01:08:15 +01:00
|
|
|
|
2018-02-18 15:26:48 +01:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/problame/go-netssh"
|
|
|
|
branch = "master"
|
2018-04-14 11:41:26 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/prometheus/client_golang"
|
|
|
|
branch = "master"
|
2018-08-25 15:14:27 +02:00
|
|
|
|
2018-08-26 14:35:18 +02:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/golang/protobuf"
|
2018-12-11 22:01:50 +01:00
|
|
|
version = "1"
|
2018-08-29 19:18:54 +02:00
|
|
|
|
2018-08-30 13:30:18 +02:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/fatih/color"
|
|
|
|
version = "1.7.0"
|
2018-08-31 16:26:11 +02:00
|
|
|
|
2018-10-13 16:56:30 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/gdamore/tcell"
|
2019-08-08 09:41:42 +02:00
|
|
|
version = "1.2.0"
|
2018-12-11 22:01:50 +01:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "google.golang.org/grpc"
|
|
|
|
version = "1"
|
2019-03-11 13:46:36 +01:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
version = "1.1.0"
|
|
|
|
name = "github.com/google/uuid"
|