File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,3 +38,15 @@ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o bin/linux-amd64/ticode
3838mkdir -p bin/windows-amd64
3939GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o bin/windows-amd64/ticode.exe
4040```
41+
42+
43+ ## Update
44+
45+ ```
46+ npm update
47+ ```
48+
49+ ```
50+ go get -u ./...
51+ go mod tidy
52+ ```
Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
66github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
77github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0 =
88github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
9- github.com/thingsdb/go-thingsdb v1.0.10 h1:KZhdELUSOf8aQzLv9k0pqSC3QqKsy1bq1dl5YX/TMC4 =
10- github.com/thingsdb/go-thingsdb v1.0.10 /go.mod h1:Egsm5zNcshZtdjLR6Dd02Wjk8UR626XTcaZLc03Hnpw =
11- github.com/thingsdb/go-thingsdb v1.1.0 h1:mwaP5UhT2qQQnHklp3rFdXn71YCtaDH8Q8ApMxGBpds =
12- github.com/thingsdb/go-thingsdb v1.1.0 /go.mod h1:Egsm5zNcshZtdjLR6Dd02Wjk8UR626XTcaZLc03Hnpw =
139github.com/thingsdb/go-thingsdb v1.1.2 h1:ECzB/sUByLP3dzM/7Cfu2yx5SkMIyMBs/zVn/jbYsvI =
1410github.com/thingsdb/go-thingsdb v1.1.2 /go.mod h1:Egsm5zNcshZtdjLR6Dd02Wjk8UR626XTcaZLc03Hnpw =
1511github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IUPn0Bjt8 =
You can’t perform that action at this time.
0 commit comments