Skip to content

Commit

Permalink
feat(bacnet): added support for BACnetConfirmedServiceRequestAddListE…
Browse files Browse the repository at this point in the history
…lement and BACnetConfirmedServiceRequestRemoveListElement
  • Loading branch information
sruehl committed May 10, 2022
1 parent eb386eb commit d6e48ad
Show file tree
Hide file tree
Showing 6 changed files with 410 additions and 8 deletions.
2 changes: 1 addition & 1 deletion plc4go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ require (
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20211102192858-4dd72447c267 // indirect
golang.org/x/tools v0.1.10 // indirect
gotest.tools/gotestsum v1.8.0 // indirect
gotest.tools/gotestsum v1.8.1 // indirect
)
2 changes: 2 additions & 0 deletions plc4go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,6 @@ gotest.tools/gotestsum v1.7.0 h1:RwpqwwFKBAa2h+F6pMEGpE707Edld0etUD3GhqqhDNc=
gotest.tools/gotestsum v1.7.0/go.mod h1:V1m4Jw3eBerhI/A6qCxUE07RnCg7ACkKj9BYcAm09V8=
gotest.tools/gotestsum v1.8.0 h1:ltj5KWhbQjt1Yx+IPBj0Dk2HVDUs9OlLmGC2JvivTMo=
gotest.tools/gotestsum v1.8.0/go.mod h1:ctqdxBSCPv80kAFjYvFNpPntBrE5HAQnLiOKBGLmOBs=
gotest.tools/gotestsum v1.8.1 h1:C6dYd5K39WAv52jikEUuWgyMqJDhY90eauUjsFzwluc=
gotest.tools/gotestsum v1.8.1/go.mod h1:ctqdxBSCPv80kAFjYvFNpPntBrE5HAQnLiOKBGLmOBs=
gotest.tools/v3 v3.0.3/go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8=

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d6e48ad

Please sign in to comment.