-
Notifications
You must be signed in to change notification settings - Fork 34
/
go.mod
22 lines (20 loc) · 895 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/cryptag/leapchat
go 1.14
require (
github.com/cathalgarvey/base58 v0.0.0-20150930172411-5e83fd6f66e3 // indirect
github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/cryptag/go-minilock v0.0.0-20230307201426-f138c5839651
github.com/cryptag/gosecure v0.0.0-20180117073251-9b5880940d72
github.com/dchest/blake2s v1.0.0 // indirect
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.7.1
github.com/gorilla/websocket v1.4.1
github.com/justinas/alice v0.0.0-20171023064455-03f45bd4b7da
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/sirupsen/logrus v1.4.1
github.com/stretchr/testify v1.8.2
github.com/tv42/base58 v1.0.0 // indirect
golang.org/x/crypto v0.7.0
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)