forked from newrelic/newrelic-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (32 loc) · 1.33 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/newrelic/newrelic-cli
go 1.13
require (
github.com/client9/misspell v0.3.4
github.com/git-chglog/git-chglog v0.0.0-20200414013904-db796966b373
github.com/go-task/task/v3 v3.0.1-0.20201013001609-60759a4e3b23
github.com/golangci/golangci-lint v1.32.2
github.com/google/uuid v1.1.2
github.com/goreleaser/goreleaser v0.146.0
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e
github.com/imdario/mergo v0.3.11
github.com/jedib0t/go-pretty/v6 v6.0.5
github.com/joshdk/go-junit v0.0.0-20200702055522-6efcf4050909
github.com/llorllale/go-gitlint v0.0.0-20200802191503-5984945d4b80
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.3
github.com/newrelic/newrelic-client-go v0.48.0
github.com/psampaz/go-mod-outdated v0.7.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/tidwall/gjson v1.6.3
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
golang.org/x/sys v0.0.0-20201022201747-fb209a7c41cd // indirect
golang.org/x/tools v0.0.0-20201013201025-64a9e34f3752
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
gotest.tools/gotestsum v0.6.0
)