Files
ortools-clone/go.mod
Corentin Le Molgat 8e1dece507 format fix
2024-09-18 11:56:23 +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
)