Files
ortools-clone/go.mod
dependabot[bot] 1c5ce66813 build(deps): bump github.com/golang/glog
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>
2025-02-17 10:20:39 +00:00

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
)