diff options
author | FChannel <> | 2021-07-01 14:01:52 -0700 |
---|---|---|
committer | FChannel <> | 2021-07-01 14:01:52 -0700 |
commit | a122d62f78e5f1fd66efc28994809d720a2841ab (patch) | |
tree | c3a8592d4753adbb6ef9ac26f97d4ba9f8f3a0b5 /go.mod | |
parent | dbe79ecbb5bb0645093780380cc241f6cd8d1a20 (diff) |
flushed out version of tripcode with secure trips and instancesalt added to config
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,4 +6,6 @@ require ( github.com/gofrs/uuid v4.0.0+incompatible github.com/gomodule/redigo v2.0.0+incompatible github.com/lib/pq v1.9.0 + github.com/simia-tech/crypt v0.5.0 + golang.org/x/text v0.3.6 ) |