Bumps the go_modules group with 1 update in the / directory: [github.com/golang/glog](https://github.com/golang/glog). Updates `github.com/golang/glog` from 1.2.2 to 1.2.4 - [Release notes](https://github.com/golang/glog/releases) - [Commits](https://github.com/golang/glog/compare/v1.2.2...v1.2.4) --- updated-dependencies: - dependency-name: github.com/golang/glog dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
158 B
Modula-2
10 lines
158 B
Modula-2
module github.com/google/or-tools
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/golang/glog v1.2.4
|
|
github.com/google/go-cmp v0.6.0
|
|
google.golang.org/protobuf v1.34.2
|
|
)
|