Passing RMR_RT_SEED to RM
[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 #   This source code is part of the near-RT RIC (RAN Intelligent Controller)
19 #   platform project (RICP).
20 #
21 #==================================================================================
22 #
23 #
24 #   Abstract:   Glide config for dependency management
25 #   Date:       29 March 2019
26 #
27 package: .
28 import:
29 - package: github.com/Microsoft/go-winio
30   version: v0.4.12
31 - package: github.com/droundy/goopt
32 - package: github.com/gorilla/websocket
33   version: v1.4.0
34 - package: nanomsg.org/go/mangos/v2
35   version: v2.0.2
36   subpackages:
37   - errors
38   - internal/core
39   - protocol
40   - protocol/bus
41   - protocol/pair
42   - protocol/pub
43   - protocol/pull
44   - protocol/push
45   - protocol/rep
46   - protocol/req
47   - protocol/respondent
48   - protocol/star
49   - protocol/sub
50   - protocol/surveyor
51   - protocol/xbus
52   - protocol/xpair
53   - protocol/xpub
54   - protocol/xpull
55   - protocol/xpush
56   - protocol/xrep
57   - protocol/xstar
58   - transport
59   - transport/all
60   - transport/inproc
61   - transport/ipc
62   - transport/tcp
63   - transport/tlstcp
64   - transport/ws
65   - transport/wss
66 - package: github.com/go-openapi/errors
67   version: v0.19.0
68 - package: github.com/go-openapi/loads
69   version: v0.19.0
70 - package: github.com/go-openapi/runtime
71   version: v0.19.0
72   subpackages:
73   - flagext
74   - middleware
75   - security
76 - package: github.com/go-openapi/spec
77   version: v0.19.0
78 - package: github.com/go-openapi/strfmt
79   version: v0.19.0
80 - package: github.com/go-openapi/swag
81   version: v0.19.0
82 - package: github.com/go-openapi/validate
83   version: v0.19.0
84 - package: github.com/jessevdk/go-flags
85   version: v1.4.0
86 - package: github.com/jcelliott/lumber
87 ignore:
88 - models
89 - rtmgr
90 - restapi
91 - nbi
92 - sbi
93 - rpe
94 - sdl
95 - appmgr_model
96 - appmgr_client
97 - stub
98 testImport:
99 - package: github.com/smartystreets/goconvey
100   subpackages:
101   - convey