dependabot[bot] 9a24dabe97
Bump golang.org/x/net in /scripts/local-bitbucket/seeder (#571)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-01 06:44:34 -07:00

12 lines
230 B
Modula-2

module bitbucket-seeder
go 1.24.6
require github.com/ktrysmt/go-bitbucket v0.9.59
require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/oauth2 v0.27.0 // indirect
)