This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Gopkg.toml
44 lines (38 loc) · 1.49 KB
/
Gopkg.toml
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
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
required = [
"github.com/fabric8-services/fabric8-common/goasupport/jsonapi_errors_helpers", # needed by goa generator
"github.com/fabric8-services/fabric8-common/goasupport/status", # needed by goa generator
"github.com/fabric8-services/fabric8-common/errors", # needed by goa generator
"github.com/goadesign/goa/cors",
"github.com/goadesign/goa/encoding/form",
"github.com/goadesign/goa/goagen",
"github.com/goadesign/goa/goagen/codegen",
"github.com/goadesign/goa/goagen/gen_app",
"github.com/goadesign/goa/goagen/gen_controller",
"github.com/goadesign/goa/goagen/gen_swagger",
"github.com/goadesign/goa/goagen/gen_client",
"github.com/goadesign/goa/goagen/gen_js",
"github.com/goadesign/goa/goagen/utils",
"github.com/goadesign/goa/goatest",
"github.com/davecgh/go-spew/spew",
"github.com/golang/lint/golint",
"github.com/jteeuwen/go-bindata/go-bindata",
"github.com/fzipp/gocyclo",
"github.com/pilu/fresh", # used to rebuild if source changed while running
"github.com/wadey/gocovmerge",
]
ignored = [
"github.com/fabric8-services/fabric8-env/app",
]
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/jteeuwen/go-bindata"
revision = "v3.0.7"
[[constraint]]
name = "github.com/fabric8-services/fabric8-common"
revision = "5bb2b51fb241b42824f86cb79c50574ab0c0c57f"
[[constraint]]
name = "github.com/fabric8-services/fabric8-cluster-client"
branch = "master"