@@ -4,15 +4,16 @@ go 1.13
4
4
5
5
require (
6
6
github.com/DATA-DOG/go-sqlmock v1.4.1
7
+ github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
7
8
github.com/aws/aws-sdk-go v1.38.24 // indirect
8
9
github.com/aws/aws-xray-sdk-go v1.3.0
9
- github.com/cosnicolaou/go-bindata/v3 v3.0.8 // indirect
10
10
github.com/davecgh/go-spew v1.1.1 // indirect
11
+ github.com/go-ole/go-ole v1.2.5 // indirect
11
12
github.com/go-sql-driver/mysql v1.4.1
12
13
github.com/golang/protobuf v1.4.3
14
+ github.com/google/go-cmp v0.5.0 // indirect
13
15
github.com/google/uuid v1.2.0
14
16
github.com/gorilla/websocket v1.4.2
15
- github.com/kr/pretty v0.1.0 // indirect
16
17
github.com/kr/pty v1.1.8
17
18
github.com/mattn/go-sqlite3 v1.11.0
18
19
github.com/pborman/uuid v1.2.0
@@ -24,12 +25,11 @@ require (
24
25
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
25
26
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
26
27
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
27
- golang.org/x/tools v0.0.0-20210106172347-92778473c2e6 // indirect
28
28
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
29
29
google.golang.org/api v0.9.0
30
+ google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
30
31
google.golang.org/grpc v1.36.0 // indirect
31
- google.golang.org/protobuf v1.25.0
32
- v.io/x/lib v0.1.8
32
+ v.io/x/lib v0.1.7
33
33
v.io/x/ref/internal/logger v0.1.1
34
34
v.io/x/ref/lib/flags/sitedefaults v0.1.1
35
35
)
0 commit comments