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 {