forked from apache/horaedb
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa93d9d
commit cff7c77
Showing
4 changed files
with
465 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
module go-sdk-test | ||
|
||
go 1.17 | ||
|
||
require github.com/CeresDB/ceresdb-client-go v1.1.0 | ||
|
||
require ( | ||
github.com/CeresDB/ceresdbproto/golang v0.0.0-20230228090856-37ba6214b131 // indirect | ||
github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/flatbuffers v2.0.0+incompatible // indirect | ||
github.com/hashicorp/golang-lru v0.6.0 // indirect | ||
github.com/klauspost/compress v1.15.14 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.8 // indirect | ||
golang.org/x/net v0.5.0 // indirect | ||
golang.org/x/sys v0.4.0 // indirect | ||
golang.org/x/text v0.6.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/genproto v0.0.0-20210630183607-d20f26d13c79 // indirect | ||
google.golang.org/grpc v1.47.0 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
) |
Oops, something went wrong.