Skip to content

Commit

Permalink
build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3
Browse files Browse the repository at this point in the history
Bumps [github.com/edgexfoundry/app-functions-sdk-go/v3](https://github.com/edgexfoundry/app-functions-sdk-go) from 3.2.0-dev.38 to 3.2.0-dev.41.
- [Release notes](https://github.com/edgexfoundry/app-functions-sdk-go/releases)
- [Changelog](https://github.com/edgexfoundry/app-functions-sdk-go/blob/main/CHANGELOG.md)
- [Commits](edgexfoundry/app-functions-sdk-go@v3.2.0-dev.38...v3.2.0-dev.41)

---
updated-dependencies:
- dependency-name: github.com/edgexfoundry/app-functions-sdk-go/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent 6796676 commit a5f5bf9
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 63 deletions.
40 changes: 19 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module edgexfoundry/app-rfid-llrp-inventory
go 1.21

require (
github.com/edgexfoundry/app-functions-sdk-go/v3 v3.2.0-dev.38
github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.24
github.com/edgexfoundry/app-functions-sdk-go/v3 v3.2.0-dev.41
github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.30
github.com/google/uuid v1.6.0
github.com/labstack/echo/v4 v4.11.4
github.com/stretchr/testify v1.9.0
)

require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df // indirect
Expand All @@ -20,17 +20,17 @@ require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/diegoholiveira/jsonlogic/v3 v3.5.3 // indirect
github.com/eclipse/paho.mqtt.golang v1.4.3 // indirect
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.36 // indirect
github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.7 // indirect
github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.26 // indirect
github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.8 // indirect
github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.7 // indirect
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.44 // indirect
github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.9 // indirect
github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.28 // indirect
github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.12 // indirect
github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.9 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa // indirect
github.com/fxamacker/cbor/v2 v2.6.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-logr/logr v1.4.2 // indirect
Expand All @@ -56,7 +56,7 @@ require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/gorilla/schema v1.2.0 // indirect
github.com/gorilla/schema v1.4.1 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/hashicorp/consul/api v1.28.3 // indirect
Expand Down Expand Up @@ -111,7 +111,7 @@ require (
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/speps/go-hashids v2.0.0+incompatible // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spiffe/go-spiffe/v2 v2.2.0 // indirect
github.com/spiffe/go-spiffe/v2 v2.3.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
Expand All @@ -126,20 +126,18 @@ require (
go.opentelemetry.io/otel v1.27.0 // indirect
go.opentelemetry.io/otel/metric v1.27.0 // indirect
go.opentelemetry.io/otel/trace v1.27.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/oauth2 v0.20.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.34.1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/grpc v1.64.1 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.11 // indirect
Expand Down
Loading

0 comments on commit a5f5bf9

Please sign in to comment.