-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 1.11 KB
/
go.mod
File metadata and controls
25 lines (23 loc) · 1.11 KB
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
module github.com/FabLabBerlin/localmachines
go 1.15
require (
github.com/ChimeraCoder/anaconda v2.0.0+incompatible
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
github.com/FabLabBerlin/easylab-gw v0.0.0-20170321122753-621b64f84dcb
github.com/FabLabBerlin/easylab-lib v0.0.0-20160922134556-f1431d7f0b27
github.com/astaxie/beego v1.12.3
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
github.com/garyburd/redigo v1.6.2
github.com/go-sql-driver/mysql v1.5.0
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gorilla/websocket v1.4.2
github.com/mattn/go-xmpp v0.0.0-20200309091041-899ef71e80d2 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/smartystreets/goconvey v1.6.4
github.com/tealeg/xlsx v1.0.5
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
)