Fixed bugs around sending channel cert and enabling local testing with docker.
... | ... | @@ -3,10 +3,15 @@ module github.com/lbryio/ytsync |
require ( | ||
cloud.google.com/go v0.37.4 // indirect | ||
github.com/ChannelMeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61 | ||
github.com/Microsoft/go-winio v0.4.13 // indirect | ||
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf | ||
github.com/aws/aws-sdk-go v1.17.3 | ||
github.com/channelmeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61 // indirect | ||
github.com/docker/distribution v2.7.1+incompatible // indirect | ||
github.com/docker/docker v1.13.1 | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/go-ini/ini v1.42.0 // indirect | ||
github.com/go-sql-driver/mysql v1.4.1 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20190411002643-bd77b112433e // indirect | ||
... | ... | @@ -23,6 +28,7 @@ require ( |
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936 | ||
github.com/onsi/ginkgo v1.8.0 // indirect | ||
github.com/onsi/gomega v1.5.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect | ||
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 // indirect | ||
github.com/prometheus/common v0.3.0 | ||
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 | ||
... | ... |
util/util.go
0 → 100644
Please register or sign in to comment