Add CI-based build of rtmgr using multiple stages
[ric-plt/rtmgr.git] / glide.yaml
1 #
2 #==================================================================================
3 #   Copyright (c) 2019 AT&T Intellectual Property.
4 #   Copyright (c) 2019 Nokia
5 #
6 #   Licensed under the Apache License, Version 2.0 (the "License");
7 #   you may not use this file except in compliance with the License.
8 #   You may obtain a copy of the License at
9 #
10 #       http://www.apache.org/licenses/LICENSE-2.0
11 #
12 #   Unless required by applicable law or agreed to in writing, software
13 #   distributed under the License is distributed on an "AS IS" BASIS,
14 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #   See the License for the specific language governing permissions and
16 #   limitations under the License.
17 #==================================================================================
18 #
19 #
20 #   Abstract:   Glide config for dependency management
21 #   Date:       29 March 2019
22 #
23 package: .
24 import:
25 - package: github.com/Microsoft/go-winio
26   version: v0.4.12
27 - package: github.com/droundy/goopt
28 - package: github.com/gorilla/websocket
29   version: v1.4.0
30 - package: nanomsg.org/go/mangos/v2
31   version: v2.0.2
32   subpackages:
33   - errors
34   - internal/core
35   - protocol
36   - protocol/bus
37   - protocol/pair
38   - protocol/pub
39   - protocol/pull
40   - protocol/push
41   - protocol/rep
42   - protocol/req
43   - protocol/respondent
44   - protocol/star
45   - protocol/sub
46   - protocol/surveyor
47   - protocol/xbus
48   - protocol/xpair
49   - protocol/xpub
50   - protocol/xpull
51   - protocol/xpush
52   - protocol/xrep
53   - protocol/xstar
54   - transport
55   - transport/all
56   - transport/inproc
57   - transport/ipc
58   - transport/tcp
59   - transport/tlstcp
60   - transport/ws
61   - transport/wss
62 - package: github.com/go-openapi/errors
63   version: v0.19.0
64 - package: github.com/go-openapi/loads
65   version: v0.19.0
66 - package: github.com/go-openapi/runtime
67   version: v0.19.0
68   subpackages:
69   - flagext
70   - middleware
71   - security
72 - package: github.com/go-openapi/spec
73   version: v0.19.0
74 - package: github.com/go-openapi/strfmt
75   version: v0.19.0
76 - package: github.com/go-openapi/swag
77   version: v0.19.0
78 - package: github.com/go-openapi/validate
79   version: v0.19.0
80 - package: github.com/jessevdk/go-flags
81   version: v1.4.0
82 - package: github.com/jcelliott/lumber
83 ignore:
84 - models
85 - rtmgr
86 - restapi
87 - nbi
88 - sbi
89 - rpe
90 - sdl
91 - appmgr_model
92 - appmgr_client
93 - stub
94 testImport:
95 - package: github.com/smartystreets/goconvey
96   subpackages:
97   - convey