diff options
Diffstat (limited to 'lib/agent/apiv1-version.go')
-rw-r--r-- | lib/agent/apiv1-version.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/agent/apiv1-version.go b/lib/agent/apiv1-version.go index 5d950ef..ada785e 100644 --- a/lib/agent/apiv1-version.go +++ b/lib/agent/apiv1-version.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 "IoT.bzh" + * Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret <sebastien@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -21,8 +21,8 @@ import ( "fmt" "net/http" + "gerrit.automotivelinux.org/gerrit/src/xds/xds-agent/lib/xaapiv1" "github.com/gin-gonic/gin" - "github.com/iotbzh/xds-agent/lib/xaapiv1" ) // getInfo : return various information about server |