-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
43 lines (40 loc) · 1.56 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
40
41
42
43
module github.com/vanadium/services
go 1.17
require (
github.com/DATA-DOG/go-sqlmock v1.4.1
github.com/go-sql-driver/mysql v1.7.1
github.com/mattn/go-sqlite3 v1.14.16
golang.org/x/net v0.10.0
golang.org/x/oauth2 v0.8.0
google.golang.org/api v0.9.0
v.io v0.2.0
v.io/x/lib v0.1.14
)
require (
cloud.google.com/go v0.38.0 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/pborman/uuid v1.2.1 // indirect
github.com/shirou/gopsutil/v3 v3.23.4 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/vanadium/go-mdns-sd v0.0.0-20230219002252-724533cf06f5 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/term v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc v1.36.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
v.io/x/ref/internal/logger v0.1.1 // indirect
v.io/x/ref/lib/flags/sitedefaults v0.1.1 // indirect
)