@@ -6,11 +6,11 @@ go 1.23
6
6
7
7
// To build local docker image of the template App you must
8
8
// comment out this replace statement and update the SDK version to latest
9
- replace github.com/edgexfoundry/app-functions-sdk-go/v3 => ../
9
+ replace github.com/edgexfoundry/app-functions-sdk-go/v4 => ../
10
10
11
11
require (
12
- github.com/edgexfoundry/app-functions-sdk-go/v3 v3.1.1
13
- github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2 .0-dev.53
12
+ github.com/edgexfoundry/app-functions-sdk-go/v4 v4.0.0
13
+ github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0 .0-dev.2
14
14
github.com/google/uuid v1.6.0
15
15
github.com/labstack/echo/v4 v4.12.0
16
16
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
@@ -19,20 +19,17 @@ require (
19
19
20
20
require (
21
21
github.com/Microsoft/go-winio v0.6.2 // indirect
22
- github.com/armon/go-metrics v0.4.1 // indirect
23
22
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
24
23
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df // indirect
25
- github.com/cenkalti/backoff v2.2.1+incompatible // indirect
26
24
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
27
25
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
28
26
github.com/diegoholiveira/jsonlogic/v3 v3.5.3 // indirect
29
27
github.com/eclipse/paho.mqtt.golang v1.5.0 // indirect
30
- github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.66 // indirect
31
- github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.19 // indirect
32
- github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.40 // indirect
33
- github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.18 // indirect
34
- github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.18 // indirect
35
- github.com/fatih/color v1.16.0 // indirect
28
+ github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.2 // indirect
29
+ github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.3 // indirect
30
+ github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.3 // indirect
31
+ github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.2 // indirect
32
+ github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.2 // indirect
36
33
github.com/fsnotify/fsnotify v1.7.0 // indirect
37
34
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa // indirect
38
35
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
@@ -66,15 +63,8 @@ require (
66
63
github.com/gorilla/schema v1.4.1 // indirect
67
64
github.com/gorilla/securecookie v1.1.2 // indirect
68
65
github.com/gorilla/websocket v1.5.3 // indirect
69
- github.com/hashicorp/consul/api v1.29.4 // indirect
70
66
github.com/hashicorp/errwrap v1.1.0 // indirect
71
- github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
72
- github.com/hashicorp/go-hclog v1.5.0 // indirect
73
- github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
74
67
github.com/hashicorp/go-multierror v1.1.1 // indirect
75
- github.com/hashicorp/go-rootcerts v1.0.2 // indirect
76
- github.com/hashicorp/golang-lru v0.5.4 // indirect
77
- github.com/hashicorp/serf v0.10.1 // indirect
78
68
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438 // indirect
79
69
github.com/jackc/pgpassfile v1.0.0 // indirect
80
70
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
@@ -92,9 +82,7 @@ require (
92
82
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
93
83
github.com/michaelquigley/pfxlog v0.6.10 // indirect
94
84
github.com/miekg/pkcs11 v1.1.1 // indirect
95
- github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 // indirect
96
85
github.com/mitchellh/copystructure v1.2.0 // indirect
97
- github.com/mitchellh/go-homedir v1.1.0 // indirect
98
86
github.com/mitchellh/go-ps v1.0.0 // indirect
99
87
github.com/mitchellh/mapstructure v1.5.0 // indirect
100
88
github.com/mitchellh/reflectwalk v1.0.2 // indirect
0 commit comments