From a9939863d5e16ca9a63073d4fe68470f16b5f66f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Sala=C3=BCn?= Date: Mon, 23 Aug 2021 22:16:49 +0200 Subject: [PATCH] update machine --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 71ba13ca2..760d33fe0 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/huandu/go-sqlbuilder v1.12.1 github.com/jackc/pgx/v4 v4.11.0 github.com/mattn/go-sqlite3 v1.14.7 - github.com/numary/machine v0.0.0-20210803145033-12db2afffb8d + github.com/numary/machine v0.0.0-20210823200905-6415fe25e376 github.com/pkg/errors v0.8.1 github.com/spf13/cobra v1.1.3 github.com/spf13/viper v1.8.1 diff --git a/go.sum b/go.sum index 870917f27..5cf2e3035 100644 --- a/go.sum +++ b/go.sum @@ -421,6 +421,8 @@ github.com/numary/machine v0.0.0-20210730150440-46c0133da7be h1:Zn0JK8STaFzc2O1V github.com/numary/machine v0.0.0-20210730150440-46c0133da7be/go.mod h1:KulcZIlMidEjXmuFSGNckmk0pKr4HFKFYy3bB+ksWSQ= github.com/numary/machine v0.0.0-20210803145033-12db2afffb8d h1:Z6nbKlnn/kCZjMXEh6Upscg+7V0+ZhxJFJZLCR1ctAY= github.com/numary/machine v0.0.0-20210803145033-12db2afffb8d/go.mod h1:KulcZIlMidEjXmuFSGNckmk0pKr4HFKFYy3bB+ksWSQ= +github.com/numary/machine v0.0.0-20210823200905-6415fe25e376 h1:3REcVrLqCnZQx04oBS1Et79OHj+SCB1Lmvp9jG/eLs8= +github.com/numary/machine v0.0.0-20210823200905-6415fe25e376/go.mod h1:KulcZIlMidEjXmuFSGNckmk0pKr4HFKFYy3bB+ksWSQ= github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs= github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=