Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/bl4ko/go-devicetype-library to v0.1.37 #445

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23.1

require (
github.com/PaloAltoNetworks/pango v0.10.2
github.com/bl4ko/go-devicetype-library v0.1.36
github.com/bl4ko/go-devicetype-library v0.1.37
github.com/cisco-en-programmability/dnacenter-go-sdk/v6 v6.0.0
github.com/luthermonson/go-proxmox v0.2.1
github.com/ovirt/go-ovirt v4.3.4+incompatible
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ github.com/bl4ko/go-devicetype-library v0.1.35 h1:5zXFlkIx2w4b9DOLi3QetJj32TehiG
github.com/bl4ko/go-devicetype-library v0.1.35/go.mod h1:Pzm1BlRyR4uECezsRINDA6ZieFPumdFL+6yySpXM6t8=
github.com/bl4ko/go-devicetype-library v0.1.36 h1:wpVVWy2p5TQGfMZF5KA8XSpqsvdu5ET0V6PsAr00VDY=
github.com/bl4ko/go-devicetype-library v0.1.36/go.mod h1:Pzm1BlRyR4uECezsRINDA6ZieFPumdFL+6yySpXM6t8=
github.com/bl4ko/go-devicetype-library v0.1.37 h1:uPtTWoAhUW9q/cx+mbn39lP91fpCqDIZm5lrDl/itIA=
github.com/bl4ko/go-devicetype-library v0.1.37/go.mod h1:Pzm1BlRyR4uECezsRINDA6ZieFPumdFL+6yySpXM6t8=
github.com/buger/goterm v1.0.4 h1:Z9YvGmOih81P0FbVtEYTFF6YsSgxSUKEhf/f9bTMXbY=
github.com/buger/goterm v1.0.4/go.mod h1:HiFWV3xnkolgrBV3mY8m0X0Pumt4zg4QhbdOzQtB8tE=
github.com/cisco-en-programmability/dnacenter-go-sdk/v6 v6.0.0 h1:UAkph9VReeOVkE3pX6G12IuJOWFg41Q7PL4er3zD3Sc=
Expand Down