diff --git a/examples/go.mod b/examples/go.mod index 5a1cc0aa..2a5c7508 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -3,6 +3,7 @@ module github.com/databricks/databricks-sql-go/examples go 1.18 require ( + github.com/databricks/databricks-sql-go v0.1.1 github.com/gdamore/tcell/v2 v2.5.1 github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8 ) diff --git a/examples/go.sum b/examples/go.sum index 742bf9b2..a1e73308 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -1,7 +1,7 @@ github.com/apache/thrift v0.12.0 h1:pODnxUFNcjP9UTLZGTdeh+j16A8lJbRvD3rOtrk/7bs= github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= -github.com/databricks/databricks-sql-go v0.0.0-20220505212136-faf7eca8ae21 h1:jrq2fljZP0eGyd8+KeJyxaIsc9me2CXui5zzYAbtoBM= -github.com/databricks/databricks-sql-go v0.0.0-20220505212136-faf7eca8ae21/go.mod h1:dP+yng72ZiI3zWhhfjMYeoGnUvhZbNsAoEZQCwNBElY= +github.com/databricks/databricks-sql-go v0.1.1 h1:0PppcHqBH/X09ZCl6uiB2G9/qDiHPac58Wt+3iSR5hU= +github.com/databricks/databricks-sql-go v0.1.1/go.mod h1:D7z1FNE0Ke53653CJ0miDEAv6yZI3g4YYLBi1AW1FeU= github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko= github.com/gdamore/encoding v1.0.0/go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg= github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1/go.mod h1:Az6Jt+M5idSED2YPGtwnfJV0kXohgdCBPmHGSYc1r04=