-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
25 lines (22 loc) · 857 Bytes
/
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
module github.com/telepresenceio/watchable
go 1.18
require (
github.com/datawire/dlib v1.3.0
github.com/google/go-cmp v0.5.8
github.com/stretchr/testify v1.8.0
github.com/telepresenceio/telepresence/rpc/v2 v2.6.8
google.golang.org/protobuf v1.28.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
golang.org/x/net v0.0.0-20220526153639-5463443f8c37 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2 // indirect
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3 // indirect
google.golang.org/grpc v1.46.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)