diff options
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 +) |