Files
ortools-clone/go.mod
Corentin Le Molgat ab9b99e066 go: fixup
2025-03-13 17:06:33 +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.4
google.golang.org/protobuf v1.36.5
)