Skip to content

Commit

Permalink
More logging fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Aug 24, 2023
1 parent 36ac28e commit 786a0c2
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 @@ -12,7 +12,7 @@ require (
github.com/iron-io/iron_go3 v0.0.0-20190916120531-a4a7f74b73ac
github.com/jpillora/chisel v1.9.1
github.com/mitchellh/go-homedir v1.1.0
github.com/philips-software/go-hsdp-api v0.81.2
github.com/philips-software/go-hsdp-api v0.81.3
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.16.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/pelletier/go-toml/v2 v2.0.8 h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ=
github.com/pelletier/go-toml/v2 v2.0.8/go.mod h1:vuYfssBdrU2XDZ9bYydBu6t+6a6PYNcZljzZR9VXg+4=
github.com/philips-software/go-hsdp-api v0.81.2 h1:EqQOVUUcI74Pp5npQiXYzd/y6y9Ky1lV/TN3MDjPpik=
github.com/philips-software/go-hsdp-api v0.81.2/go.mod h1:q00ufuS5f/fqKfCudZLY/j6utY9vxAG7eCnayz0xv8c=
github.com/philips-software/go-hsdp-api v0.81.3 h1:nw2eHgQe+4N/pwaIlrpY+3EPQhFKsobDcn4FjhtMqmU=
github.com/philips-software/go-hsdp-api v0.81.3/go.mod h1:q00ufuS5f/fqKfCudZLY/j6utY9vxAG7eCnayz0xv8c=
github.com/philips-software/go-hsdp-signer v1.4.0 h1:yg7UILhmI4xJhr/tQiAiQwJL0EZFvLuMqpH2GZ9ygY4=
github.com/philips-software/go-hsdp-signer v1.4.0/go.mod h1:/QehZ/+Aks2t1TFpjhF/7ZSB8PJIIJHzLc03rOqwLw0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

0 comments on commit 786a0c2

Please sign in to comment.