Skip to content

Commit

Permalink
Adding chroot fs for charts
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Jun 12, 2024
1 parent d8c7902 commit f94abe9
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 68 deletions.
5 changes: 5 additions & 0 deletions contrib/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ connections:
init: |
\echo welcome to the jungle `date`
\set SYNTAX_HL_STYLE paraiso-dark
# charts path
charts_path: charts
# defined queries
queries:
q1:
28 changes: 15 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/ClickHouse/clickhouse-go/v2 v2.25.0
github.com/IBM/nzgo/v12 v12.0.8
github.com/MichaelS11/go-cql-driver v0.1.1
github.com/SAP/go-hdb v1.9.7
github.com/SAP/go-hdb v1.9.8
github.com/VoltDB/voltdb-client-go v1.0.15
github.com/alecthomas/chroma/v2 v2.14.0
github.com/alexbrainman/odbc v0.0.0-20230814102256-1421b829acc9
Expand All @@ -25,6 +25,7 @@ require (
github.com/datafuselabs/databend-go v0.6.5
github.com/docker/docker v26.1.1+incompatible
github.com/exasol/exasol-driver-go v1.0.7
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-sql-driver/mysql v1.8.1
github.com/gocql/gocql v1.6.0
github.com/godror/godror v0.44.0
Expand Down Expand Up @@ -57,16 +58,16 @@ require (
github.com/trinodb/trino-go-client v0.315.0
github.com/uber/athenadriver v1.1.15
github.com/vertica/vertica-sql-go v1.3.3
github.com/xo/dburl v0.23.1
github.com/xo/tblfmt v0.13.1
github.com/xo/dburl v0.23.2
github.com/xo/tblfmt v0.13.2
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
github.com/ydb-platform/ydb-go-sdk/v3 v3.73.1
github.com/ydb-platform/ydb-go-sdk/v3 v3.74.2
github.com/yookoala/realpath v1.0.0
github.com/ziutek/mymysql v1.5.4
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
gorm.io/driver/bigquery v1.2.0
modernc.org/ql v1.4.7
modernc.org/sqlite v1.30.0
modernc.org/sqlite v1.30.1
sqlflow.org/gohive v0.0.0-20231130013447-c9657f0f21f9
sqlflow.org/gomaxcompute v0.0.0-20210805062559-c14ae028b44c
)
Expand All @@ -86,7 +87,7 @@ require (
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/99designs/keyring v1.2.2 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.2 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
Expand All @@ -108,7 +109,7 @@ require (
github.com/apache/arrow/go/v15 v15.0.2 // indirect
github.com/apache/thrift v0.20.0 // indirect
github.com/avast/retry-go v3.0.0+incompatible // indirect
github.com/aws/aws-sdk-go v1.53.19 // indirect
github.com/aws/aws-sdk-go v1.53.21 // indirect
github.com/aws/aws-sdk-go-v2 v1.27.2 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.18 // indirect
Expand Down Expand Up @@ -154,6 +155,7 @@ require (
github.com/couchbase/go-couchbase v0.1.1 // indirect
github.com/couchbase/gomemcached v0.3.1 // indirect
github.com/couchbase/goutils v0.1.2 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/danieljoos/wincred v1.2.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/distribution/reference v0.5.0 // indirect
Expand Down Expand Up @@ -229,7 +231,7 @@ require (
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/klauspost/asmfmt v1.3.2 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
Expand Down Expand Up @@ -312,11 +314,11 @@ require (
golang.org/x/tools v0.22.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/api v0.183.0 // indirect
google.golang.org/genproto v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/genproto v0.0.0-20240610135401-a8a62080eff3 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240610135401-a8a62080eff3 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 // indirect
google.golang.org/grpc v1.64.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
Expand All @@ -334,7 +336,7 @@ require (
modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b // indirect
modernc.org/golex v1.1.0 // indirect
modernc.org/internal v1.1.0 // indirect
modernc.org/libc v1.52.1 // indirect
modernc.org/libc v1.53.1 // indirect
modernc.org/lldb v1.0.8 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.8.0 // indirect
Expand Down
Loading

0 comments on commit f94abe9

Please sign in to comment.