Files
ortools-clone/go.mod
Corentin Le Molgat 814b638c79 fix go stuf format
2024-09-16 17:35:36 +02:00

9 lines
127 B
Modula-2

module github.com/google/or-tools
go 1.22.2
require (
github.com/golang/glog v1.2.2
google.golang.org/protobuf v1.34.2
)