X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=go.mod;h=46f14159d0b3f409d3945ab0c3ce93a86239acb1;hb=0c5845944dfc42bbb5b736527087f3e025f7f85b;hp=60a4e0ea761135255e2646862a3b27ae05308189;hpb=9fa71384bdb85abab492a83a067e243b6d34298f;p=nsscash%2Fnsscash.git diff --git a/go.mod b/go.mod index 60a4e0e..46f1415 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +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 )