]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blob - go.mod
.github: update upstream actions to latest version
[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.9.1
9 )