-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.47 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module Go_Chatting
go 1.19
require (
github.com/antage/eventsource v0.0.0-20220422142129-c4aae935d5bd // indirect
github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec // indirect
github.com/codegangsta/negroni v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/goincremental/negroni-sessions v0.0.0-20171223143234-40b49004abee // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/gorilla/pat v1.0.1 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v1.2.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/mholt/binding v0.3.0 // indirect
github.com/stretchr/codecs v0.0.0-20170403063245-04a5b1e1910d // indirect
github.com/stretchr/gomniauth v0.0.0-20170717123514-4b6c822be2eb // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/signature v0.0.0-20160104132143-168b2a1e1b56 // indirect
github.com/stretchr/stew v0.0.0-20130812190256-80ef0842b48b // indirect
github.com/stretchr/tracer v0.0.0-20140124184152-66d3696bba97 // indirect
github.com/ugorji/go/codec v1.2.8 // indirect
github.com/unrolled/render v1.5.0 // indirect
github.com/urfave/negroni v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
)