X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=go.mod;fp=go.mod;h=f840fc3d1664fd10a7345920171f6769fb6cb952;hp=c3ef74f683dd81d078e6896edd0f471ef688f4cc;hb=794bc16347030e66612bc32c366edf7323a6737c;hpb=7e6e67573f4fc4bab456958e6fd061c7e787ae67 diff --git a/go.mod b/go.mod index c3ef74f..f840fc3 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,5 @@ go 1.12 require ( github.com/BurntSushi/toml v0.3.1 github.com/google/renameio v1.0.0 - github.com/pkg/errors v0.8.1 + github.com/pkg/errors v0.9.1 )