From fa05045d31c05c8928020f05f1d281901d983b2b Mon Sep 17 00:00:00 2001 From: Gibheer Date: Thu, 2 Dec 2021 17:54:14 +0100 Subject: 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. --- go.mod | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 +) -- cgit v1.2.3-70-g09d2