diff --git a/device-ublox-rest/go.mod b/device-ublox-rest/go.mod index 8e58998..fbce323 100644 --- a/device-ublox-rest/go.mod +++ b/device-ublox-rest/go.mod @@ -65,5 +65,5 @@ require ( google.golang.org/grpc v1.42.0 // indirect google.golang.org/protobuf v1.27.1 // indirect gopkg.in/square/go-jose.v2 v2.4.1 // indirect - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect + gopkg.in/yaml.v3 v3.0.0 // indirect )