about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBenjamin Morrison <ben@gbmor.dev>2021-10-19 01:26:27 -0400
committerBenjamin Morrison <ben@gbmor.dev>2021-10-21 20:45:08 -0400
commitdcb254618dc5541bb50c488c96b5e02c36951c06 (patch)
tree8fa5ec4bad0550d2bbad307da8fe8b89e0e06a17 /go.mod
parentd2cbd7b2dca8b981f886c490d0aed205f0530c31 (diff)
downloadgetwtxt-dcb254618dc5541bb50c488c96b5e02c36951c06.tar.gz
config for admin password, store bcrypt hash in confObj
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2013e93..dfa6f22 100644
--- a/go.mod
+++ b/go.mod
@@ -10,5 +10,6 @@ require (
 	github.com/spf13/pflag v1.0.5
 	github.com/spf13/viper v1.7.0
 	github.com/syndtr/goleveldb v1.0.0
-	golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
+	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
+	golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
 )