Skip to content
Open
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
8 changes: 4 additions & 4 deletions logproxy-filter-replace/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module logproxy-filter-replace
go 1.16

require (
github.com/hashicorp/go-hclog v0.16.2
github.com/hashicorp/go-plugin v1.4.3
github.com/philips-software/go-hsdp-api v0.45.0
github.com/philips-software/logproxy v1.4.4
github.com/hashicorp/go-hclog v1.2.0
github.com/hashicorp/go-plugin v1.4.6
github.com/philips-software/go-hsdp-api v0.76.0
github.com/philips-software/logproxy v1.7.10
)
Loading