Add version v0.1.0
[ric-plt/rtmgr.git] / pkg / 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 ignore:
63 - rtmgr
64 testImport:
65 - package: github.com/smartystreets/goconvey
66   subpackages:
67   - convey