]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blob - go.mod
README: misc updates
[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/pkg/errors v0.8.1
8 )