]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blob - go.mod
46f14159d0b3f409d3945ab0c3ce93a86239acb1
[nsscash/nsscash.git] / go.mod
1 module ruderich.org/simon/nsscash
2
3 go 1.12
4
5 require (
6         github.com/BurntSushi/toml v0.3.1
7         github.com/google/renameio v0.1.1-0.20200217212219-353f81969824
8         github.com/pkg/errors v0.8.1
9 )