-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 793 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/rickyfitts/distributed-evolution
// if image/draw isn't enough
// https://github.com/faiface/pixel or https://github.com/fogleman/gg
require (
github.com/MaxHalford/eaopt v0.1.1-0.20200203085436-ba4b9950c779
github.com/cespare/xxhash v1.1.0 // indirect
github.com/fogleman/gg v1.3.0
github.com/go-redis/redis/v8 v8.0.0-beta.7
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.2
gocv.io/x/gocv v0.24.0
golang.org/x/image v0.0.0-20200801110659-972c09e46d76 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
)
go 1.14