Skip to content

Commit bffa4a1

Browse files
author
Arik Fraimovich
authored
Update examples go.mod (#6)
1 parent 5fd0604 commit bffa4a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/databricks/databricks-sql-go/examples
33
go 1.18
44

55
require (
6+
github.com/databricks/databricks-sql-go v0.1.1
67
github.com/gdamore/tcell/v2 v2.5.1
78
github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8
89
)

examples/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/apache/thrift v0.12.0 h1:pODnxUFNcjP9UTLZGTdeh+j16A8lJbRvD3rOtrk/7bs=
22
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
3-
github.com/databricks/databricks-sql-go v0.0.0-20220505212136-faf7eca8ae21 h1:jrq2fljZP0eGyd8+KeJyxaIsc9me2CXui5zzYAbtoBM=
4-
github.com/databricks/databricks-sql-go v0.0.0-20220505212136-faf7eca8ae21/go.mod h1:dP+yng72ZiI3zWhhfjMYeoGnUvhZbNsAoEZQCwNBElY=
3+
github.com/databricks/databricks-sql-go v0.1.1 h1:0PppcHqBH/X09ZCl6uiB2G9/qDiHPac58Wt+3iSR5hU=
4+
github.com/databricks/databricks-sql-go v0.1.1/go.mod h1:D7z1FNE0Ke53653CJ0miDEAv6yZI3g4YYLBi1AW1FeU=
55
github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=
66
github.com/gdamore/encoding v1.0.0/go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg=
77
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1/go.mod h1:Az6Jt+M5idSED2YPGtwnfJV0kXohgdCBPmHGSYc1r04=

0 commit comments

Comments
 (0)