Skip to content

Commit fc41f89

Browse files
authored
Merge pull request #58 from cailloumajor/renovate/github.com-gopcua-opcua-0.x
fix(deps): update module github.com/gopcua/opcua to v0.3.4
2 parents b370ece + 6f0aa70 commit fc41f89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/avast/retry-go/v4 v4.0.4
77
github.com/centrifugal/gocent/v3 v3.2.0
88
github.com/go-kit/log v0.2.0
9-
github.com/gopcua/opcua v0.3.3
9+
github.com/gopcua/opcua v0.3.4
1010
github.com/gorilla/mux v1.8.0
1111
github.com/joho/godotenv v1.4.0
1212
github.com/oklog/run v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/go-kit/log v0.2.0 h1:7i2K3eKTos3Vc0enKCfnVcgHh2olr/MyfboYq7cAcFw=
1010
github.com/go-kit/log v0.2.0/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0=
1111
github.com/go-logfmt/logfmt v0.5.1 h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA=
1212
github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs=
13-
github.com/gopcua/opcua v0.3.3 h1:tu1t/mx9fJybry1KYljqDdzxmik+BZk6410LJ4QzM2E=
14-
github.com/gopcua/opcua v0.3.3/go.mod h1:n/qSWDVB/KSPIG4vYhBSbs5zdYAW3yOcDCRrWd1BZo0=
13+
github.com/gopcua/opcua v0.3.4 h1:7rNxDQDbxru9/FHZISWlhU3jticjfA6YMK21MreUDCM=
14+
github.com/gopcua/opcua v0.3.4/go.mod h1:n/qSWDVB/KSPIG4vYhBSbs5zdYAW3yOcDCRrWd1BZo0=
1515
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
1616
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
1717
github.com/joho/godotenv v1.4.0 h1:3l4+N6zfMWnkbPEXKng2o2/MR5mSwTrBih4ZEkkz1lg=

0 commit comments

Comments
 (0)