diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ module git.zero-knowledge.org/gibheer/monzero -require github.com/lib/pq v1.0.0 +go 1.17 + +require ( + github.com/BurntSushi/toml v0.4.1 + github.com/lib/pq v1.10.4 + golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 +) + +require ( + golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect + golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect +) |