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

Bump github.com/philips-software/go-hsdp-api from 0.81.0 to 0.86.0 #394

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ require (
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/lib/pq v1.10.9
github.com/loafoe/go-eureka-client v0.0.0-20181122150342-305e9cc4dc71
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/minio/minio-go/v7 v7.0.79
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.32.0
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/philips-software/go-hsdp-api v0.81.0
github.com/philips-software/go-hsdp-api v0.86.0
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/segmentio/kafka-go v0.4.47
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/stretchr/testify v1.9.0
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Loading