aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGibheer <gibheer+git@zero-knowledge.org>2021-12-02 17:54:14 +0100
committerGibheer <gibheer+git@zero-knowledge.org>2021-12-02 17:54:14 +0100
commitfa05045d31c05c8928020f05f1d281901d983b2b (patch)
tree2ed3bac60302bfb14535a169f4b3e10d18fc6120 /go.mod
parent41d4805d584161ca16b8187194385e47c36422a6 (diff)
cmd/monfront - import monfront from separate repository
This is the import from the separate monfront repository. The history could not be imported, but this should suffice.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 12 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b0633ef..8138feb 100644
--- a/go.mod
+++ b/go.mod
@@ -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
+)