From 9b7b98602b133cdb7892f1ca02d09103d5fd0882 Mon Sep 17 00:00:00 2001 From: crusader Date: Thu, 19 Apr 2018 17:37:19 +0900 Subject: [PATCH] ing --- sensorconfig/model/ResultSetCol.go | 2 +- sensorconfig/model/ResultSetRow.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sensorconfig/model/ResultSetCol.go b/sensorconfig/model/ResultSetCol.go index 2570698..c165093 100644 --- a/sensorconfig/model/ResultSetCol.go +++ b/sensorconfig/model/ResultSetCol.go @@ -6,7 +6,7 @@ import ( "strconv" "strings" - cuej "git.loafle.net/commons_go/util/encoding/json" + cuej "git.loafle.net/commons/util-go/encoding/json" ) type ResultSetCol struct { diff --git a/sensorconfig/model/ResultSetRow.go b/sensorconfig/model/ResultSetRow.go index 9043077..c8555bd 100644 --- a/sensorconfig/model/ResultSetRow.go +++ b/sensorconfig/model/ResultSetRow.go @@ -6,7 +6,7 @@ import ( "strconv" "strings" - cuej "git.loafle.net/commons_go/util/encoding/json" + cuej "git.loafle.net/commons/util-go/encoding/json" ) type ResultSetRow struct {