-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 871 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
23
24
25
module github.com/while-loop/osrsloadouts
go 1.14
require (
firebase.google.com/go v3.9.0+incompatible
github.com/go-redis/redis v6.14.2+incompatible
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/kelseyhightower/envconfig v1.4.0
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.6.1
github.com/tidwall/pretty v1.0.0 // indirect
github.com/while-loop/proxge v0.0.8
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.1.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
google.golang.org/api v0.8.0
google.golang.org/appengine v1.6.1 // indirect
)