diff options
author | 2018-02-22 15:14:56 -0800 | |
---|---|---|
committer | 2018-02-23 15:26:49 -0800 | |
commit | ff8cba5a49e85fbb1d2e14f0fa0bcb5bf92caf34 (patch) | |
tree | d0eacb13eb64f3819f76e3fac13084fcf9f811dc /src/dkv/api/initialise.go | |
parent | 3e92cb38f9be554afccf7ac409dfbedbeec769a2 (diff) |
Update dependencies to latest
This patch updates dependency versions to latest so that
they are compatible with Go version 10 which is being
in the process of being run at the Jenkins Jobs [1].
[1] - https://gerrit.onap.org/r/#/c/32291/
It also makes a minor update to the API.
Change-Id: Ibd14652686a57c170a2fe60cf4e68b63dcac6119
Issue-ID: MUSIC-23
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Diffstat (limited to 'src/dkv/api/initialise.go')
-rw-r--r-- | src/dkv/api/initialise.go | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/dkv/api/initialise.go b/src/dkv/api/initialise.go index f85c146..331c981 100644 --- a/src/dkv/api/initialise.go +++ b/src/dkv/api/initialise.go @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Intel Corporation, Inc + * + * 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. + */ + package api import ( |