diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-18 02:06:42 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-18 02:06:42 +0300 |
commit | 6f31f35c7b38fbf63d7a0c9322458e0b75828495 (patch) | |
tree | 2fcb8cb31bb6604e85cf390dbc01f2e9a8b26ee7 /go.mod |
Initial
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +module github.com/neonxp/sendsafe + +go 1.16 + +require ( + github.com/boltdb/bolt v1.3.1 + github.com/dgraph-io/badger v1.6.2 + github.com/go-chi/chi/v5 v5.0.1 + github.com/google/uuid v1.2.0 + github.com/rs/xid v1.2.1 + golang.org/x/sys v0.0.0-20210317091845-390168757d9c // indirect +) |