Updated errors package

This commit is contained in:
Marius Orcsik 2019-06-01 00:12:58 +02:00
parent ecc34b8ba7
commit 1698b2c51e
No known key found for this signature in database
GPG key ID: 889CE8E4FB2D877A

2
go.mod
View file

@ -3,6 +3,6 @@ module github.com/go-ap/handlers
go 1.12
require (
github.com/go-ap/errors v0.0.0-20190531180850-ba5bb7eaf9a5 // indirect
github.com/go-ap/errors v0.0.0-20190531221153-9f3d3241690b // indirect
github.com/go-ap/storage v0.0.0-20190531125723-e0cad53055b4 // indirect
)