diff --git a/go.mod b/go.mod index 98a52accf..da5da4787 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/numary/go-libs v1.0.1 github.com/numary/go-libs/sharedhealth v0.0.0-20220829123039-3eeb76619d81 github.com/numary/go-libs/sharedotlp v0.0.0-20220829123039-3eeb76619d81 - github.com/numary/machine v1.2.1-0.20220811010804-0a87156a9a4b + github.com/numary/machine v1.2.1 github.com/ory/dockertest/v3 v3.8.1 github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 github.com/pborman/uuid v1.2.1 diff --git a/go.sum b/go.sum index cdf9dd4b8..3e5fbb4f1 100644 --- a/go.sum +++ b/go.sum @@ -491,6 +491,8 @@ github.com/numary/go-libs/sharedotlp v0.0.0-20220829123039-3eeb76619d81 h1:4ENnz github.com/numary/go-libs/sharedotlp v0.0.0-20220829123039-3eeb76619d81/go.mod h1:4QEZTmjeQbNMjWd/pKADguTjxTvAuWgh+ZBWzJ7xDiI= github.com/numary/machine v1.2.1-0.20220811010804-0a87156a9a4b h1:dw6XcO2+7gETGB9JnugRfTyXm5WVQSkzHjYn+AYvxSw= github.com/numary/machine v1.2.1-0.20220811010804-0a87156a9a4b/go.mod h1:Urkud39TPaMxmSwOd6H3hCqob710Et/tcWSv0QjbyGo= +github.com/numary/machine v1.2.1 h1:eabGjbMzSbgRG08ZEEt/+ZU/UL3QL01tZuaD7xDXpOE= +github.com/numary/machine v1.2.1/go.mod h1:Urkud39TPaMxmSwOd6H3hCqob710Et/tcWSv0QjbyGo= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=