mirror of
https://github.com/FlipsideCrypto/databricks-sdk-golang.git
synced 2026-02-06 02:46:56 +00:00
12 lines
312 B
Modula-2
12 lines
312 B
Modula-2
module github.com/FlipsideCrypto/databricks-sdk-golang
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.0.0
|
|
github.com/onsi/ginkgo v1.10.2
|
|
github.com/onsi/gomega v1.5.0
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
|
|
)
|