Skip to content

Commit

Permalink
Wattpilot: make identify return trx instead of carId (evcc-io#9712)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabunixda authored Sep 4, 2023
1 parent 54d3057 commit 478d586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ require (
github.com/libp2p/zeroconf/v2 v2.2.0
github.com/lorenzodonini/ocpp-go v0.16.1-0.20230416102136-782920b66533
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
github.com/mabunixda/wattpilot v1.5.0
github.com/mabunixda/wattpilot v1.6.0
github.com/manifoldco/promptui v0.9.0
github.com/mergermarket/go-pkcs7 v0.0.0-20170926155232-153b18ea13c9
github.com/mitchellh/go-homedir v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,8 @@ github.com/lorenzodonini/ocpp-go v0.16.1-0.20230416102136-782920b66533/go.mod h1
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 h1:EnfXoSqDfSNJv0VBNqY/88RNnhSGYkrHaO0mmFGbVsc=
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40/go.mod h1:vy1vK6wD6j7xX6O6hXe621WabdtNkou2h7uRtTfRMyg=
github.com/lyft/protoc-gen-validate v0.0.13/go.mod h1:XbGvPuh87YZc5TdIa2/I4pLk0QoUACkjt2znoq26NVQ=
github.com/mabunixda/wattpilot v1.5.0 h1:+0dINGlqdEhS/hUnkPaJGBMvUwg9LOjbON60vIpYwaE=
github.com/mabunixda/wattpilot v1.5.0/go.mod h1:NK48nAFsHsP70SwcVfH9OaYBND0UON9i3YrScrWRloA=
github.com/mabunixda/wattpilot v1.6.0 h1:GTx0Ld0srXX+yfHCyfL7FUJ4NMlpAcuIDik3se+nax4=
github.com/mabunixda/wattpilot v1.6.0/go.mod h1:NK48nAFsHsP70SwcVfH9OaYBND0UON9i3YrScrWRloA=
github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=
github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=
github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
Expand Down

0 comments on commit 478d586

Please sign in to comment.