forked from vanadium/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
39 lines (35 loc) · 1.39 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module v.io
go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.4.1
github.com/aws/aws-sdk-go v1.38.24 // indirect
github.com/aws/aws-xray-sdk-go v1.3.0
github.com/cosnicolaou/go-bindata/v3 v3.0.8 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/pty v1.1.8
github.com/mattn/go-sqlite3 v1.11.0
github.com/pborman/uuid v1.2.0
github.com/shirou/gopsutil/v3 v3.21.1
github.com/vanadium/go-mdns-sd v0.0.0-20181006014439-f1a1ccd1252e
golang.org/x/crypto v0.0.0-20210513122933-cd7d49e622d5
golang.org/x/mod v0.3.0
golang.org/x/net v0.0.0-20210510120150-4163338589ed
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/api v0.9.0
google.golang.org/grpc v1.36.0 // indirect
google.golang.org/protobuf v1.25.0
v.io/x/lib v0.1.8
v.io/x/ref/internal/logger v0.1.1
v.io/x/ref/lib/flags/sitedefaults v0.1.1
)
replace v.io/x/ref/lib/flags/sitedefaults => ./x/ref/lib/flags/sitedefaults
replace v.io/x/ref/internal/logger => ./x/ref/internal/logger