Skip to content

Commit

Permalink
update internal dep name
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Nov 19, 2024
1 parent eb7974c commit 8f861c8
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion transformers/echarging-ocpi/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
8 changes: 4 additions & 4 deletions transformers/echarging-ocpi/src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
8 changes: 4 additions & 4 deletions transformers/echarging-ocpi/src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion transformers/environment-a22/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions transformers/environment-a22/src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
6 changes: 3 additions & 3 deletions transformers/environment-a22/src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion transformers/environment-a22/src/raw_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 8f861c8

Please sign in to comment.