Files
ortools-clone/go.mod
Corentin Le Molgat e0f3e6c05c fixup
2025-03-07 08:00:28 +01: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.36.5
)