diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2021-12-02 17:54:14 +0100 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2021-12-02 17:54:14 +0100 |
commit | fa05045d31c05c8928020f05f1d281901d983b2b (patch) | |
tree | 2ed3bac60302bfb14535a169f4b3e10d18fc6120 /vendor/modules.txt | |
parent | 41d4805d584161ca16b8187194385e47c36422a6 (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 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt new file mode 100644 index 0000000..d43e891 --- /dev/null +++ b/vendor/modules.txt @@ -0,0 +1,23 @@ +# github.com/BurntSushi/toml v0.4.1 +## explicit; go 1.16 +github.com/BurntSushi/toml +github.com/BurntSushi/toml/internal +# github.com/lib/pq v1.10.4 +## explicit; go 1.13 +github.com/lib/pq +github.com/lib/pq/oid +github.com/lib/pq/scram +# golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 +## explicit; go 1.17 +golang.org/x/crypto/pbkdf2 +golang.org/x/crypto/scrypt +golang.org/x/crypto/ssh/terminal +# golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 +## explicit; go 1.17 +golang.org/x/sys/internal/unsafeheader +golang.org/x/sys/plan9 +golang.org/x/sys/unix +golang.org/x/sys/windows +# golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 +## explicit; go 1.11 +golang.org/x/term |