Merge pull request #398 from Jorropo/fix/go1.13
Fixing for go 1.13
Showing
... | @@ -29,5 +29,5 @@ require ( | ... | @@ -29,5 +29,5 @@ require ( |
github.com/stretchr/testify v1.3.0 | github.com/stretchr/testify v1.3.0 | ||
github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc | github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc | ||
go.opencensus.io v0.22.1 | go.opencensus.io v0.22.1 | ||
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 | golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 | ||
) | ) |
Please register or sign in to comment