forked from nokia/ONAP-VESPA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
60 lines (59 loc) · 2.53 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
module github.com/nokia/onap-vespa
require (
github.com/Masterminds/semver v1.4.2
github.com/Masterminds/sprig v2.17.1+incompatible
github.com/aokoli/goutils v0.0.0-20140502001128-9c37978a95bd
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da
github.com/boltdb/bolt v1.3.1
github.com/coreos/etcd v3.3.11+incompatible // indirect
github.com/davecgh/go-spew v1.1.1
github.com/fsnotify/fsnotify v1.4.7
github.com/gobuffalo/envy v1.6.12
github.com/gobuffalo/meta v0.0.0-20190121163014-ecaa953cbfb3 // indirect
github.com/gobuffalo/packd v0.0.0-20181212173646-eca3b8fd6687
github.com/gobuffalo/packr v1.21.9
github.com/gobuffalo/packr/v2 v2.0.0-rc.15 // indirect
github.com/gobuffalo/plush v3.7.33+incompatible // indirect
github.com/gobuffalo/syncx v0.0.0-20181120194010-558ac7de985f
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.6.2
github.com/hashicorp/go-immutable-radix v1.0.0
github.com/hashicorp/go-msgpack v0.5.3
github.com/hashicorp/golang-lru v0.5.0
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/raft v1.0.0
github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea
github.com/huandu/xstrings v1.2.0
github.com/imdario/mergo v0.3.7
github.com/joho/godotenv v1.3.0
github.com/konsorten/go-windows-terminal-sequences v1.0.1
github.com/magiconair/properties v1.8.0
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2
github.com/mitchellh/mapstructure v1.1.2
github.com/pelletier/go-toml v1.2.0
github.com/pkg/errors v0.8.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/alertmanager v0.15.3
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/common v0.1.0
github.com/rogpeppe/go-internal v1.1.0
github.com/sirupsen/logrus v1.3.0
github.com/spf13/afero v1.2.0
github.com/spf13/cast v1.3.0
github.com/spf13/jwalterweatherman v1.0.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
github.com/stretchr/objx v0.1.1
github.com/stretchr/testify v1.3.0
github.com/ugorji/go/codec v0.0.0-20181209151446-772ced7fd4c2 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
github.com/xeipuuv/gojsonschema v1.1.0
golang.org/x/crypto v0.0.0-20190123085648-057139ce5d2b
golang.org/x/net v0.0.0-20190119204137-ed066c81e75e // indirect
golang.org/x/sys v0.0.0-20190123074212-c6b37f3e9285
golang.org/x/text v0.3.0
golang.org/x/tools v0.0.0-20190124004107-78ee07aa9465 // indirect
gopkg.in/yaml.v2 v2.2.2
)