Skip to content

Commit

Permalink
add go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 16, 2020
1 parent 0c1a5a9 commit 8ddf9b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/MaxHalford/eaopt

go 1.15

require golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 h1:SQFwaSi55rU7vdNs9Yr0Z324VNlrF+0wMqRXT4St8ck=
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 comments on commit 8ddf9b2

Please sign in to comment.