|
1 | 1 | module github.com/newrelic/nri-consul |
2 | 2 |
|
3 | | -go 1.16 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect |
7 | | - github.com/golangci/golangci-lint v1.40.0 |
8 | 6 | github.com/hashicorp/consul/api v1.4.0 |
9 | 7 | github.com/hashicorp/go-cleanhttp v0.5.1 |
| 8 | + github.com/hashicorp/serf v0.9.1 |
| 9 | + github.com/newrelic/infra-integrations-sdk v3.7.3+incompatible |
| 10 | + github.com/stretchr/testify v1.7.5 |
| 11 | + github.com/xeipuuv/gojsonschema v1.2.0 |
| 12 | +) |
| 13 | + |
| 14 | +require ( |
| 15 | + github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect |
| 16 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 17 | + github.com/fatih/color v1.10.0 // indirect |
| 18 | + github.com/google/btree v1.0.0 // indirect |
10 | 19 | github.com/hashicorp/go-hclog v0.12.2 // indirect |
11 | 20 | github.com/hashicorp/go-immutable-radix v1.1.0 // indirect |
12 | 21 | github.com/hashicorp/go-msgpack v0.5.5 // indirect |
| 22 | + github.com/hashicorp/go-multierror v1.1.1 // indirect |
13 | 23 | github.com/hashicorp/go-rootcerts v1.0.3-0.20191216101743-c8a9a31cbd76 // indirect |
14 | 24 | github.com/hashicorp/go-sockaddr v1.0.2 // indirect |
15 | | - github.com/hashicorp/serf v0.9.1 |
| 25 | + github.com/hashicorp/golang-lru v0.5.4 // indirect |
| 26 | + github.com/kr/text v0.2.0 // indirect |
| 27 | + github.com/mattn/go-colorable v0.1.8 // indirect |
16 | 28 | github.com/mattn/go-isatty v0.0.13-0.20200128103942-cb30d6282491 // indirect |
| 29 | + github.com/miekg/dns v1.1.35 // indirect |
| 30 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
17 | 31 | github.com/mitchellh/go-testing-interface v1.14.0 // indirect |
18 | 32 | github.com/mitchellh/mapstructure v1.2.3 // indirect |
19 | | - github.com/newrelic/infra-integrations-sdk v3.6.7+incompatible |
20 | | - github.com/stretchr/testify v1.7.0 |
21 | | - github.com/xeipuuv/gojsonschema v1.2.0 |
| 33 | + github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect |
| 34 | + github.com/pkg/errors v0.9.1 // indirect |
| 35 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 36 | + github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect |
| 37 | + github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect |
| 38 | + golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect |
| 39 | + golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect |
| 40 | + golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect |
| 41 | + gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect |
| 42 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
22 | 43 | ) |
0 commit comments