proxy-go/go.mod
dependabot[bot] d331ad036b
chore(deps): bump golang.org/x/time from 0.8.0 to 0.9.0
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/time/compare/v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-06 12:33:06 +00:00

9 lines
104 B
Modula-2

module proxy-go
go 1.23.1
require (
github.com/andybalholm/brotli v1.1.1
golang.org/x/time v0.9.0
)