From 8f861c8409ae13defa440374c03de51edbc3d5a3 Mon Sep 17 00:00:00 2001 From: Clemens Zagler Date: Tue, 19 Nov 2024 07:49:01 +0100 Subject: [PATCH] update internal dep name --- transformers/echarging-ocpi/src/go.mod | 2 +- transformers/echarging-ocpi/src/go.sum | 8 ++++---- transformers/echarging-ocpi/src/main.go | 8 ++++---- transformers/environment-a22/src/go.mod | 2 +- transformers/environment-a22/src/go.sum | 8 ++++---- transformers/environment-a22/src/main.go | 6 +++--- transformers/environment-a22/src/raw_test.go | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/transformers/echarging-ocpi/src/go.mod b/transformers/echarging-ocpi/src/go.mod index 2c8d501..1b2d4ba 100644 --- a/transformers/echarging-ocpi/src/go.mod +++ b/transformers/echarging-ocpi/src/go.mod @@ -24,5 +24,5 @@ require ( require ( github.com/kelseyhightower/envconfig v1.4.0 - github.com/noi-techpark/go-odh-ingest v0.0.0-20241118150711-064a68bb7637 + github.com/noi-techpark/go-opendatahub-ingest v0.0.0-20241118150711-064a68bb7637 ) diff --git a/transformers/echarging-ocpi/src/go.sum b/transformers/echarging-ocpi/src/go.sum index 8b09afd..b22e027 100644 --- a/transformers/echarging-ocpi/src/go.sum +++ b/transformers/echarging-ocpi/src/go.sum @@ -12,10 +12,10 @@ github.com/montanaflynn/stats v0.7.1 h1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8 github.com/montanaflynn/stats v0.7.1/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= github.com/noi-techpark/go-bdp-client v1.0.0 h1:mXRGzGehKaFVLl7gKhbXQyzL7SkvFRgGJs265mVxO5o= github.com/noi-techpark/go-bdp-client v1.0.0/go.mod h1:aooKwED49M7Au+9Y/o8wW/4yggIvaVRHc0JJvPnS10c= -github.com/noi-techpark/go-odh-ingest v0.0.0-20241118150519-e059257d6fbb h1:Y/FbZ2DwpbE4va6xyA87CuTCG1sumT1TfwVbX9Ll9uI= -github.com/noi-techpark/go-odh-ingest v0.0.0-20241118150519-e059257d6fbb/go.mod h1:xLK95jcd59jN70ld9ROLOd+GL5eB32OX8KAHSvxKSFw= -github.com/noi-techpark/go-odh-ingest v0.0.0-20241118150711-064a68bb7637 h1:ySjsTPQEBGFwHeZoUpV5/Va0mX0+t8+8SLzn4wIGANU= -github.com/noi-techpark/go-odh-ingest v0.0.0-20241118150711-064a68bb7637/go.mod h1:sXfAQqXO2vzJwO/E41V6iReVpD9Uy+NNdZm9Md71n/8= +github.com/noi-techpark/go-opendatahub-ingest v0.0.0-20241118150519-e059257d6fbb h1:Y/FbZ2DwpbE4va6xyA87CuTCG1sumT1TfwVbX9Ll9uI= +github.com/noi-techpark/go-opendatahub-ingest v0.0.0-20241118150519-e059257d6fbb/go.mod h1:xLK95jcd59jN70ld9ROLOd+GL5eB32OX8KAHSvxKSFw= +github.com/noi-techpark/go-opendatahub-ingest v0.0.0-20241118150711-064a68bb7637 h1:ySjsTPQEBGFwHeZoUpV5/Va0mX0+t8+8SLzn4wIGANU= +github.com/noi-techpark/go-opendatahub-ingest v0.0.0-20241118150711-064a68bb7637/go.mod h1:sXfAQqXO2vzJwO/E41V6iReVpD9Uy+NNdZm9Md71n/8= github.com/noi-techpark/go-timeseries-client v0.0.0-20241031132739-c45d758598b3 h1:991izyA4IYAgOMZzBKc917V9m138vo6ZnkSNcxjzneA= github.com/noi-techpark/go-timeseries-client v0.0.0-20241031132739-c45d758598b3/go.mod h1:HzbXTeKGUegflWeRfgwfQFduX7P7YrZydBfVzeW0D4s= github.com/rabbitmq/amqp091-go v1.10.0 h1:STpn5XsHlHGcecLmMFCtg7mqq0RnD+zFr4uzukfVhBw= diff --git a/transformers/echarging-ocpi/src/main.go b/transformers/echarging-ocpi/src/main.go index e1f1a03..7b95f79 100644 --- a/transformers/echarging-ocpi/src/main.go +++ b/transformers/echarging-ocpi/src/main.go @@ -13,10 +13,10 @@ import ( "github.com/kelseyhightower/envconfig" "github.com/noi-techpark/go-bdp-client/bdplib" - "github.com/noi-techpark/go-odh-ingest/dto" - "github.com/noi-techpark/go-odh-ingest/mq" - "github.com/noi-techpark/go-odh-ingest/ms" - "github.com/noi-techpark/go-odh-ingest/tr" + "github.com/noi-techpark/go-opendatahub-ingest/dto" + "github.com/noi-techpark/go-opendatahub-ingest/mq" + "github.com/noi-techpark/go-opendatahub-ingest/ms" + "github.com/noi-techpark/go-opendatahub-ingest/tr" "github.com/noi-techpark/go-timeseries-client/odhts" "github.com/rabbitmq/amqp091-go" ) diff --git a/transformers/environment-a22/src/go.mod b/transformers/environment-a22/src/go.mod index 98a72b3..617bfef 100644 --- a/transformers/environment-a22/src/go.mod +++ b/transformers/environment-a22/src/go.mod @@ -20,7 +20,7 @@ require ( github.com/kelseyhightower/envconfig v1.4.0 github.com/klauspost/compress v1.17.11 // indirect github.com/montanaflynn/stats v0.7.1 // indirect - github.com/noi-techpark/go-odh-ingest v0.0.0-20241119064656-0c5399f7c39a + github.com/noi-techpark/go-opendatahub-ingest v0.0.0-20241119064656-0c5399f7c39a github.com/xdg-go/pbkdf2 v1.0.0 // indirect github.com/xdg-go/scram v1.1.2 // indirect github.com/xdg-go/stringprep v1.0.4 // indirect diff --git a/transformers/environment-a22/src/go.sum b/transformers/environment-a22/src/go.sum index d828c97..7ce84ac 100644 --- a/transformers/environment-a22/src/go.sum +++ b/transformers/environment-a22/src/go.sum @@ -12,10 +12,10 @@ github.com/montanaflynn/stats v0.7.1 h1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8 github.com/montanaflynn/stats v0.7.1/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= github.com/noi-techpark/go-bdp-client v1.0.0 h1:mXRGzGehKaFVLl7gKhbXQyzL7SkvFRgGJs265mVxO5o= github.com/noi-techpark/go-bdp-client v1.0.0/go.mod h1:aooKwED49M7Au+9Y/o8wW/4yggIvaVRHc0JJvPnS10c= -github.com/noi-techpark/go-odh-ingest v0.0.0-20241118151250-6c21a2dd14aa h1:qhNNLOS0buhGH8bgObNmhjCAoRthNqOwUrPF5lOrcHw= -github.com/noi-techpark/go-odh-ingest v0.0.0-20241118151250-6c21a2dd14aa/go.mod h1:sXfAQqXO2vzJwO/E41V6iReVpD9Uy+NNdZm9Md71n/8= -github.com/noi-techpark/go-odh-ingest v0.0.0-20241119064656-0c5399f7c39a h1:TZyPatt3OCLIFSq7RTfLjHDKEH0tqiv+TrEeJL/dYlU= -github.com/noi-techpark/go-odh-ingest v0.0.0-20241119064656-0c5399f7c39a/go.mod h1:sXfAQqXO2vzJwO/E41V6iReVpD9Uy+NNdZm9Md71n/8= +github.com/noi-techpark/go-opendatahub-ingest v0.0.0-20241118151250-6c21a2dd14aa h1:qhNNLOS0buhGH8bgObNmhjCAoRthNqOwUrPF5lOrcHw= +github.com/noi-techpark/go-opendatahub-ingest v0.0.0-20241118151250-6c21a2dd14aa/go.mod h1:sXfAQqXO2vzJwO/E41V6iReVpD9Uy+NNdZm9Md71n/8= +github.com/noi-techpark/go-opendatahub-ingest v0.0.0-20241119064656-0c5399f7c39a h1:TZyPatt3OCLIFSq7RTfLjHDKEH0tqiv+TrEeJL/dYlU= +github.com/noi-techpark/go-opendatahub-ingest v0.0.0-20241119064656-0c5399f7c39a/go.mod h1:sXfAQqXO2vzJwO/E41V6iReVpD9Uy+NNdZm9Md71n/8= github.com/rabbitmq/amqp091-go v1.10.0 h1:STpn5XsHlHGcecLmMFCtg7mqq0RnD+zFr4uzukfVhBw= github.com/rabbitmq/amqp091-go v1.10.0/go.mod h1:Hy4jKW5kQART1u+JkDTF9YYOQUHXqMuhrgxOEeS7G4o= github.com/relvacode/iso8601 v1.5.0 h1:hM+cirGvOz6gKuUEqimr5TH3tiQiVOuc2QIO+nI5fY4= diff --git a/transformers/environment-a22/src/main.go b/transformers/environment-a22/src/main.go index e92e9b3..e8fea42 100644 --- a/transformers/environment-a22/src/main.go +++ b/transformers/environment-a22/src/main.go @@ -11,9 +11,9 @@ import ( "github.com/kelseyhightower/envconfig" "github.com/noi-techpark/go-bdp-client/bdplib" - "github.com/noi-techpark/go-odh-ingest/dto" - "github.com/noi-techpark/go-odh-ingest/ms" - "github.com/noi-techpark/go-odh-ingest/tr" + "github.com/noi-techpark/go-opendatahub-ingest/dto" + "github.com/noi-techpark/go-opendatahub-ingest/ms" + "github.com/noi-techpark/go-opendatahub-ingest/tr" "github.com/relvacode/iso8601" "golang.org/x/exp/maps" ) diff --git a/transformers/environment-a22/src/raw_test.go b/transformers/environment-a22/src/raw_test.go index 5270399..37de9e7 100644 --- a/transformers/environment-a22/src/raw_test.go +++ b/transformers/environment-a22/src/raw_test.go @@ -9,7 +9,7 @@ import ( "os" "testing" - "github.com/noi-techpark/go-odh-ingest/dto" + "github.com/noi-techpark/go-opendatahub-ingest/dto" "gotest.tools/v3/assert" )