Skip to content

Commit 6bfdd3f

Browse files
committed
refactor!: update module to v4
BREAKING CHANGE: update go module to v4 Signed-off-by: bruce <[email protected]>
1 parent dc396c4 commit 6bfdd3f

File tree

10 files changed

+54
-52
lines changed

10 files changed

+54
-52
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ updates:
77
schedule:
88
interval: "daily"
99
ignore:
10-
- dependency-name: "github.com/edgexfoundry/go-mod-core-contracts/v3"
10+
- dependency-name: "github.com/edgexfoundry/go-mod-core-contracts/v4"
1111
# Included when device-sdk-go is updated
12-
- dependency-name: "github.com/edgexfoundry/go-mod-messaging/v3"
12+
- dependency-name: "github.com/edgexfoundry/go-mod-messaging/v4"
1313
# Included when device-sdk-go is updated
14-
- dependency-name: "github.com/edgexfoundry/go-mod-registry/v3"
14+
- dependency-name: "github.com/edgexfoundry/go-mod-registry/v4"
1515
# Included when device-sdk-go is updated
16-
- dependency-name: "github.com/edgexfoundry/go-mod-secrets/v3"
16+
- dependency-name: "github.com/edgexfoundry/go-mod-secrets/v4"
1717
# Included when device-sdk-go is updated
18-
- dependency-name: "github.com/edgexfoundry/go-mod-bootstrap/v3"
18+
- dependency-name: "github.com/edgexfoundry/go-mod-bootstrap/v4"
1919
# Included when device-sdk-go is updated

Attribution.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ https://github.com/cenkalti/backoff/blob/master/LICENSE
77
davecgh/go-spew (ISC) https://github.com/davecgh/go-spew
88
https://github.com/davecgh/go-spew/blob/master/LICENSE
99

10-
edgexfoundry/device-sdk-go (Apache 2.0) https://github.com/edgexfoundry/device-sdk-go/v3
10+
edgexfoundry/device-sdk-go (Apache 2.0) https://github.com/edgexfoundry/device-sdk-go/v4
1111
https://github.com/edgexfoundry/device-sdk-go/blob/master/LICENSE
1212

13-
edgexfoundry/go-mod-core-contracts (Apache 2.0) https://github.com/edgexfoundry/go-mod-core-contracts/v3
13+
edgexfoundry/go-mod-core-contracts (Apache 2.0) https://github.com/edgexfoundry/go-mod-core-contracts/v4
1414
https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/LICENSE
1515

16-
edgexfoundry/go-mod-registry (Apache 2.0) https://github.com/edgexfoundry/go-mod-registry/v3
16+
edgexfoundry/go-mod-registry (Apache 2.0) https://github.com/edgexfoundry/go-mod-registry/v4
1717
https://github.com/edgexfoundry/go-mod-registry/blob/master/LICENSE
1818

1919
go-kit/kit (MIT) github.com/go-kit/kit
@@ -79,13 +79,13 @@ https://github.com/OneOfOne/xxhash/blob/master/LICENSE
7979
hashicorp/consul/api (Mozilla Public License 2.0) https://github.com/hashicorp/consul/api
8080
https://github.com/hashicorp/consul/blob/master/LICENSE
8181

82-
edgexfoundry/go-mod-bootstrap (Apache 2.0) https://github.com/edgexfoundry/go-mod-bootstrap/v3
82+
edgexfoundry/go-mod-bootstrap (Apache 2.0) https://github.com/edgexfoundry/go-mod-bootstrap/v4
8383
https://github.com/edgexfoundry/go-mod-bootstrap/blob/master/LICENSE
8484

85-
edgexfoundry/go-mod-secrets (Apache 2.0) https://github.com/edgexfoundry/go-mod-secrets/v3
85+
edgexfoundry/go-mod-secrets (Apache 2.0) https://github.com/edgexfoundry/go-mod-secrets/v4
8686
https://github.com/edgexfoundry/go-mod-secrets/blob/master/LICENSE
8787

88-
edgexfoundry/go-mod-configuration (Apache 2.0) https://github.com/edgexfoundry/go-mod-configuration/v3
88+
edgexfoundry/go-mod-configuration (Apache 2.0) https://github.com/edgexfoundry/go-mod-configuration/v4
8989
https://github.com/edgexfoundry/go-mod-configuration/blob/master/LICENSE
9090

9191
fxamacker/cbor (MIT) https://github.com/fxamacker/cbor/v2
@@ -109,7 +109,7 @@ https://github.com/go-playground/validator/blob/master/LICENSE
109109
leodido/go-urn (MIT) https://github.com/leodido/go-urn
110110
https://github.com/leodido/go-urn
111111

112-
edgexfoundry/go-mod-messaging (Apache 2.0) https://github.com/edgexfoundry/go-mod-messaging/v3
112+
edgexfoundry/go-mod-messaging (Apache 2.0) https://github.com/edgexfoundry/go-mod-messaging/v4
113113
https://github.com/edgexfoundry/go-mod-messaging/blob/master/LICENSE
114114

115115
golang.org/x/net (Unspecified) https://github.com/golang/net

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ COPY --from=builder /device-rest-go/Attribution.txt /
5252
EXPOSE 59986
5353

5454
ENTRYPOINT ["/device-rest"]
55-
CMD ["--cp=consul://edgex-core-consul:8500", "--registry"]
55+
CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"]

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ DOCKERS=docker_device_rest_go
1717
VERSION=$(shell cat ./VERSION 2>/dev/null || echo 0.0.0)
1818

1919
GIT_SHA=$(shell git rev-parse HEAD)
20-
SDKVERSION=$(shell cat ./go.mod | grep 'github.com/edgexfoundry/device-sdk-go/v3 v' | awk '{print $$2}')
20+
SDKVERSION=$(shell cat ./go.mod | grep 'github.com/edgexfoundry/device-sdk-go/v4 v' | awk '{print $$2}')
2121
GOFLAGS=-ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=$(VERSION) \
22-
-X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=$(SDKVERSION)" \
22+
-X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=$(SDKVERSION)" \
2323
-trimpath -mod=readonly
2424

2525
ifeq ($(ENABLE_FULL_RELRO), "true")

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package main
1818

1919
import (
20-
"github.com/edgexfoundry/device-sdk-go/v3/pkg/startup"
20+
"github.com/edgexfoundry/device-sdk-go/v4/pkg/startup"
2121

2222
"github.com/edgexfoundry/device-rest-go"
2323
"github.com/edgexfoundry/device-rest-go/driver"

driver/restdriver.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ import (
3434
"strings"
3535
"time"
3636

37-
"github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces"
38-
dsModels "github.com/edgexfoundry/device-sdk-go/v3/pkg/models"
39-
"github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger"
40-
"github.com/edgexfoundry/go-mod-core-contracts/v3/common"
41-
"github.com/edgexfoundry/go-mod-core-contracts/v3/models"
37+
"github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces"
38+
dsModels "github.com/edgexfoundry/device-sdk-go/v4/pkg/models"
39+
"github.com/edgexfoundry/go-mod-core-contracts/v4/clients/logger"
40+
"github.com/edgexfoundry/go-mod-core-contracts/v4/common"
41+
"github.com/edgexfoundry/go-mod-core-contracts/v4/models"
42+
4243
"github.com/spf13/cast"
4344
)
4445

driver/resthandler.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ import (
2626
"net/http"
2727
"time"
2828

29-
"github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces"
30-
"github.com/edgexfoundry/device-sdk-go/v3/pkg/models"
31-
"github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger"
32-
"github.com/edgexfoundry/go-mod-core-contracts/v3/common"
33-
model "github.com/edgexfoundry/go-mod-core-contracts/v3/models"
29+
"github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces"
30+
"github.com/edgexfoundry/device-sdk-go/v4/pkg/models"
31+
"github.com/edgexfoundry/go-mod-core-contracts/v4/clients/logger"
32+
"github.com/edgexfoundry/go-mod-core-contracts/v4/common"
33+
model "github.com/edgexfoundry/go-mod-core-contracts/v4/models"
3434

3535
"github.com/labstack/echo/v4"
3636
"github.com/spf13/cast"

driver/resthandler_test.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ import (
2222
"os"
2323
"testing"
2424

25-
"github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks"
26-
sdkModels "github.com/edgexfoundry/device-sdk-go/v3/pkg/models"
27-
"github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger"
28-
"github.com/edgexfoundry/go-mod-core-contracts/v3/common"
29-
"github.com/edgexfoundry/go-mod-core-contracts/v3/models"
25+
"github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks"
26+
sdkModels "github.com/edgexfoundry/device-sdk-go/v4/pkg/models"
27+
"github.com/edgexfoundry/go-mod-core-contracts/v4/clients/logger"
28+
"github.com/edgexfoundry/go-mod-core-contracts/v4/common"
29+
"github.com/edgexfoundry/go-mod-core-contracts/v4/models"
30+
3031
"github.com/stretchr/testify/assert"
3132
"github.com/stretchr/testify/require"
3233
)

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/edgexfoundry/device-rest-go
33
go 1.23
44

55
require (
6-
github.com/edgexfoundry/device-sdk-go/v3 v3.2.0-dev.47
7-
github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.53
6+
github.com/edgexfoundry/device-sdk-go/v4 v4.0.0-dev.1
7+
github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2
88
github.com/labstack/echo/v4 v4.12.0
99
github.com/spf13/cast v1.7.0
1010
github.com/stretchr/testify v1.9.0
@@ -19,11 +19,11 @@ require (
1919
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2020
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2121
github.com/eclipse/paho.mqtt.golang v1.5.0 // indirect
22-
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.66 // indirect
23-
github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.19 // indirect
24-
github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.40 // indirect
25-
github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.18 // indirect
26-
github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.18 // indirect
22+
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.1 // indirect
23+
github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.1 // indirect
24+
github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.2 // indirect
25+
github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.1 // indirect
26+
github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.1 // indirect
2727
github.com/fatih/color v1.16.0 // indirect
2828
github.com/fsnotify/fsnotify v1.7.0 // indirect
2929
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa // indirect

go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -86,20 +86,20 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
8686
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
8787
github.com/eclipse/paho.mqtt.golang v1.5.0 h1:EH+bUVJNgttidWFkLLVKaQPGmkTUfQQqjOsyvMGvD6o=
8888
github.com/eclipse/paho.mqtt.golang v1.5.0/go.mod h1:du/2qNQVqJf/Sqs4MEL77kR8QTqANF7XU7Fk0aOTAgk=
89-
github.com/edgexfoundry/device-sdk-go/v3 v3.2.0-dev.47 h1:9SF70/V3ds4ozN3xaL2QSMZsSbV2glO0wDelwybv5Ro=
90-
github.com/edgexfoundry/device-sdk-go/v3 v3.2.0-dev.47/go.mod h1:Z+bXQh9icjVrEwht1f8wj0W7mkk89qUvHDzrfvFINvs=
91-
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.66 h1:kmBEAhNi4ftrJMXM3IvEbwrRCOWUDuUOKTVAOgHnoPw=
92-
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.66/go.mod h1:3IXVpc5Qez5nwFJ8IkMyJMba8Iavj620E0XB42BQzfQ=
93-
github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.19 h1:274NZdVBkJBuQP6yT3tVrb7psTFuIPogX/DLQqv7OCQ=
94-
github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.19/go.mod h1:BG6hCDxXizpgMdNEljwNfLWSsd4Op7GAHd3Pis1dVv8=
95-
github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.53 h1:aHnYwqpg0LcnMrgNQlkRQjzHAS/IML/9GI368OmNCz4=
96-
github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.53/go.mod h1:MLk37/79M26+bZr3IptNZuYmQBEVbXwzDp1VHQkFhIk=
97-
github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.40 h1:YyB21HEapV5pENG01vFlpjPI6UkmKpJuaWFfgGFVUsY=
98-
github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.40/go.mod h1:8NpZ6/eAsiyZHgn/s3DRIpcOjUrve+ZONIgvcDvA3Yg=
99-
github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.18 h1:AzILZ/xcEmSYVhIwSF4zkWpXyFoBA733E/j8ttzlNnI=
100-
github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.18/go.mod h1:TBgZZMF8FAJwxUl3AJgHQaT0S5pwKJKKDP3d638ttrc=
101-
github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.18 h1:UHyNs7pAdFqURAVL/BWd5riiZczVRdyb7r76dUGxqUU=
102-
github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.18/go.mod h1:2q9qMnQD4MCAZHgXyB8ltpwuct554HOiPrbRydyXyWQ=
89+
github.com/edgexfoundry/device-sdk-go/v4 v4.0.0-dev.1 h1:p9njuoGUwnl4X+F1xlO+jDhrkVaYPKH7UsTVKr9+1xI=
90+
github.com/edgexfoundry/device-sdk-go/v4 v4.0.0-dev.1/go.mod h1:6ChpQagcoYqlaE8b1IiFdI2YZIsMhRIDbHC6yZtVmeM=
91+
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.1 h1:9uiZON4CDOVAZNNawtncvfX4Abgz31r8QcOVEWvlUD4=
92+
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.1/go.mod h1:OJdeMt2HyzMZZyKy89ICwGu4Ui7ddWd+dQXGMJTAmYk=
93+
github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.1 h1:eWcDmVFwkFSmlrD745lZQ6xs+ZKJ9u6TqNUnXuWJ5AY=
94+
github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.1/go.mod h1:AHvE7RQJabfMVHXCDDDKhg3hzJNQtUqbyB9yJxv2Qbk=
95+
github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 h1:BEJKSvyW+dMTW/yzEKWjs0tGUZnMkFPYX4eypyoG0IY=
96+
github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2/go.mod h1:I3EG+Tg/gcVSUJ+IJDuvVKFISnRu8oQtMXqltE1rzT8=
97+
github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.2 h1:2zRS7LTEoucQmAkZ33b/Erw13ne1LoxexPhhHGa065Q=
98+
github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.2/go.mod h1:eAmCHilZWXL0skB9Frnm2kZTeY81sF6xKOmePoWKTNE=
99+
github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.1 h1:/CrP00ozrLjMR0R9OTSJlQi5zJ7/9IKnfG0zS2ZN+8U=
100+
github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.1/go.mod h1:YgkZ1ThNEEXPzC2iu3/53QcrDQ3tlQHlflnjb3Jseo8=
101+
github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.1 h1:lw9GNOujQhqnPMJko6n9BGU9Pu3P9RPUQYCT5GpoSw0=
102+
github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.1/go.mod h1:p6RbhVfJ/SNBLYlz8P/v6kOJmj5Zz1In5/T3TSXylO4=
103103
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=
104104
github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ=
105105
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=

0 commit comments

Comments
 (0)