Release of Routing Manager v0.3.0
Change-Id: Ic00bfdcce265726094ba133c39fb72ba2e5208a7
Signed-off-by: kalnagy <kalman.nagy@nokia.com>
diff --git a/glide.yaml b/glide.yaml
new file mode 100644
index 0000000..cb916c3
--- /dev/null
+++ b/glide.yaml
@@ -0,0 +1,97 @@
+#
+#==================================================================================
+# Copyright (c) 2019 AT&T Intellectual Property.
+# Copyright (c) 2019 Nokia
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#==================================================================================
+#
+#
+# Abstract: Glide config for dependency management
+# Date: 29 March 2019
+#
+package: .
+import:
+- package: github.com/Microsoft/go-winio
+ version: v0.4.12
+- package: github.com/droundy/goopt
+- package: github.com/gorilla/websocket
+ version: v1.4.0
+- package: nanomsg.org/go/mangos/v2
+ version: v2.0.2
+ subpackages:
+ - errors
+ - internal/core
+ - protocol
+ - protocol/bus
+ - protocol/pair
+ - protocol/pub
+ - protocol/pull
+ - protocol/push
+ - protocol/rep
+ - protocol/req
+ - protocol/respondent
+ - protocol/star
+ - protocol/sub
+ - protocol/surveyor
+ - protocol/xbus
+ - protocol/xpair
+ - protocol/xpub
+ - protocol/xpull
+ - protocol/xpush
+ - protocol/xrep
+ - protocol/xstar
+ - transport
+ - transport/all
+ - transport/inproc
+ - transport/ipc
+ - transport/tcp
+ - transport/tlstcp
+ - transport/ws
+ - transport/wss
+- package: github.com/go-openapi/errors
+ version: v0.19.0
+- package: github.com/go-openapi/loads
+ version: v0.19.0
+- package: github.com/go-openapi/runtime
+ version: v0.19.0
+ subpackages:
+ - flagext
+ - middleware
+ - security
+- package: github.com/go-openapi/spec
+ version: v0.19.0
+- package: github.com/go-openapi/strfmt
+ version: v0.19.0
+- package: github.com/go-openapi/swag
+ version: v0.19.0
+- package: github.com/go-openapi/validate
+ version: v0.19.0
+- package: github.com/jessevdk/go-flags
+ version: v1.4.0
+- package: github.com/jcelliott/lumber
+ignore:
+- models
+- rtmgr
+- restapi
+- nbi
+- sbi
+- rpe
+- sdl
+- appmgr_model
+- appmgr_client
+- stub
+testImport:
+- package: github.com/smartystreets/goconvey
+ subpackages:
+ - convey