Skip to content

Commit

Permalink
dev: 合并升级最新版taos,支持ws
Browse files Browse the repository at this point in the history
  • Loading branch information
godLei6 committed Apr 30, 2023
1 parent 3bab243 commit 6f7fe3a
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 784 deletions.
24 changes: 20 additions & 4 deletions go.mod
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
)
Loading

0 comments on commit 6f7fe3a

Please sign in to comment.