-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
22 lines (21 loc) · 932 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/elojah/game_01
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/elojah/mux v0.0.0-20190508144824-9acfa5c76ff3
github.com/elojah/redis v0.0.0-20190313141158-8ee7ee230476
github.com/elojah/services v0.0.0-20190313141140-599efb6ce8c5
github.com/go-redis/redis v6.15.0+incompatible
github.com/gogo/protobuf v1.2.0
github.com/hashicorp/go-multierror v1.0.0
github.com/oklog/ulid v1.3.1
github.com/pkg/errors v0.8.1
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/zerolog v1.14.3
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284 // indirect
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20190508100423-12bbe5a7a520 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190508150211-cf84161cff3f // indirect
)