diff --git a/go.mod b/go.mod index 958acc0..9ccf4c3 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/51Degrees/device-detection-examples-go/v4 go 1.19 require ( - github.com/51Degrees/device-detection-go/v4 v4.4.40 + github.com/51Degrees/device-detection-go/v4 v4.4.41 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/go.sum b/go.sum index 3c2cfd8..dd1de42 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/51Degrees/device-detection-go/v4 v4.4.40 h1:a8cRuU4KEDQqIwqxnDzOCPt3kPR+37lsqOhiI56HfNc= -github.com/51Degrees/device-detection-go/v4 v4.4.40/go.mod h1:dbdG1fySqdY+a5pUnZ0/G0eD03G6H3Vh8kRC+1f9qSc= +github.com/51Degrees/device-detection-go/v4 v4.4.41 h1:1WUFCVdl2hlHyYxohBAsd4asJDE3SwYyxfjlGypJ8ss= +github.com/51Degrees/device-detection-go/v4 v4.4.41/go.mod h1:dbdG1fySqdY+a5pUnZ0/G0eD03G6H3Vh8kRC+1f9qSc= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=