-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 895 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 895 Bytes
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
)