X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=go.mod;h=f840fc3d1664fd10a7345920171f6769fb6cb952;hp=46f14159d0b3f409d3945ab0c3ce93a86239acb1;hb=HEAD;hpb=4d994341317c2e700370950bd5fd9ac05963fc66 diff --git a/go.mod b/go.mod index 46f1415..f840fc3 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.12 require ( github.com/BurntSushi/toml v0.3.1 - github.com/google/renameio v0.1.1-0.20200217212219-353f81969824 - github.com/pkg/errors v0.8.1 + github.com/google/renameio v1.0.0 + github.com/pkg/errors v0.9.1 )