forked from taosdata/driver-go
-
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
Showing
4 changed files
with
71 additions
and
784 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,28 @@ | ||
module github.com/taosdata/driver-go/v3 | ||
|
||
go 1.14 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/google/uuid v1.3.0 | ||
github.com/gorilla/websocket v1.5.0 | ||
github.com/json-iterator/go v1.1.12 | ||
github.com/spf13/cast v1.5.0 | ||
github.com/stretchr/testify v1.8.0 | ||
github.com/zeromicro/go-zero v1.4.0 | ||
github.com/stretchr/testify v1.8.2 | ||
github.com/zeromicro/go-zero v1.5.2 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fatih/color v1.15.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
go.opentelemetry.io/otel v1.14.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.14.0 // indirect | ||
go.uber.org/automaxprocs v1.5.2 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.