Skip to content

Commit

Permalink
fix: Upgrade Machine (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord authored Sep 28, 2022
1 parent ce584a5 commit 6f450af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 6f450af

Please sign in to comment.