Update triton-go package (#8751)
Showing
+525 -177
... | ... | @@ -14,7 +14,6 @@ require ( |
github.com/NYTimes/gziphandler v1.1.1 | ||
github.com/SAP/go-hdb v0.14.1 | ||
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect | ||
github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af // indirect | ||
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190620160927-9418d7b0cd0f | ||
github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20190307165228-86c17b95fcd5 | ||
github.com/apple/foundationdb/bindings/go v0.0.0-20190411004307-cd5c9d91fad2 | ||
... | ... | @@ -26,7 +25,6 @@ require ( |
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/chrismalek/oktasdk-go v0.0.0-20181212195951-3430665dfaa0 | ||
github.com/cockroachdb/apd v1.1.0 // indirect | ||
github.com/cockroachdb/cockroach-go v0.0.0-20181001143604-e0a95dfd547c | ||
github.com/coreos/go-semver v0.2.0 | ||
github.com/denisenkom/go-mssqldb v0.0.0-20190412130859-3b1d194e553a | ||
... | ... | @@ -91,12 +89,10 @@ require ( |
github.com/hashicorp/vault/api v1.0.5-0.20200215224050-f6547fa8e820 | ||
github.com/hashicorp/vault/sdk v0.1.14-0.20200305172021-03a3749f220d | ||
github.com/influxdata/influxdb v0.0.0-20190411212539-d24b7ba8c4c4 | ||
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect | ||
github.com/jackc/pgx v3.3.0+incompatible // indirect | ||
github.com/jcmturner/gokrb5/v8 v8.0.0 | ||
github.com/jefferai/isbadcipher v0.0.0-20190226160619-51d2077c035f | ||
github.com/jefferai/jsonx v1.0.0 | ||
github.com/joyent/triton-go v0.0.0-20190112182421-51ffac552869 | ||
github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f | ||
github.com/keybase/go-crypto v0.0.0-20190403132359-d65b6b94177f | ||
github.com/kr/pretty v0.1.0 | ||
github.com/kr/text v0.1.0 | ||
... | ... | @@ -129,7 +125,6 @@ require ( |
github.com/sasha-s/go-deadlock v0.2.0 | ||
github.com/shirou/gopsutil v2.19.9+incompatible | ||
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect | ||
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/tidwall/pretty v1.0.0 // indirect | ||
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect | ||
... | ... |
This diff is collapsed.
vendor/github.com/joyent/triton-go/go.mod
0 → 100644
vendor/github.com/joyent/triton-go/go.sum
0 → 100644
This diff is collapsed.
Please register or sign in to comment