|
1 | 1 | module github.com/opsdis/nodegraph-provider |
2 | 2 |
|
3 | | -go 1.14 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f |
7 | 7 | github.com/gomodule/redigo v1.8.8 |
8 | 8 | github.com/gorilla/mux v1.8.0 |
9 | | - github.com/mattn/go-runewidth v0.0.13 // indirect |
10 | 9 | github.com/mitchellh/mapstructure v1.4.3 |
11 | | - github.com/olekukonko/tablewriter v0.0.5 // indirect |
12 | 10 | github.com/prometheus/client_golang v1.12.1 |
13 | 11 | github.com/prometheus/common v0.32.1 |
14 | 12 | github.com/redislabs/redisgraph-go v2.0.2+incompatible |
15 | 13 | github.com/segmentio/ksuid v1.0.4 |
16 | 14 | github.com/sirupsen/logrus v1.8.1 |
17 | | - github.com/spf13/afero v1.8.0 // indirect |
18 | 15 | github.com/spf13/viper v1.10.1 |
| 16 | +) |
| 17 | + |
| 18 | +require ( |
| 19 | + github.com/beorn7/perks v1.0.1 // indirect |
| 20 | + github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 21 | + github.com/fsnotify/fsnotify v1.5.1 // indirect |
| 22 | + github.com/golang/protobuf v1.5.2 // indirect |
| 23 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 24 | + github.com/json-iterator/go v1.1.12 // indirect |
| 25 | + github.com/magiconair/properties v1.8.5 // indirect |
| 26 | + github.com/mattn/go-runewidth v0.0.13 // indirect |
| 27 | + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 28 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 29 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 30 | + github.com/olekukonko/tablewriter v0.0.5 // indirect |
| 31 | + github.com/pelletier/go-toml v1.9.4 // indirect |
| 32 | + github.com/prometheus/client_model v0.2.0 // indirect |
| 33 | + github.com/prometheus/procfs v0.7.3 // indirect |
| 34 | + github.com/rivo/uniseg v0.2.0 // indirect |
| 35 | + github.com/spf13/afero v1.8.0 // indirect |
| 36 | + github.com/spf13/cast v1.4.1 // indirect |
| 37 | + github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| 38 | + github.com/spf13/pflag v1.0.5 // indirect |
| 39 | + github.com/subosito/gotenv v1.2.0 // indirect |
19 | 40 | golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect |
| 41 | + golang.org/x/text v0.3.7 // indirect |
| 42 | + google.golang.org/protobuf v1.27.1 // indirect |
20 | 43 | gopkg.in/ini.v1 v1.66.3 // indirect |
| 44 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
21 | 45 | ) |
0 commit comments