mirror of
https://github.com/gabrie30/ghorg.git
synced 2025-09-21 05:31:02 +02:00
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>
12 lines
230 B
Modula-2
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
|
|
)
|