]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blob - go.mod
c3ef74f683dd81d078e6896edd0f471ef688f4cc
[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 v1.0.0
8         github.com/pkg/errors v0.8.1
9 )