mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-03 16:30:14 -05:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
368 B
Modula-2
13 lines
368 B
Modula-2
module github.com/gfleury/go-bitbucket-v1
|
|
|
|
go 1.14
|
|
|
|
replace github.com/gfleury/go-bitbucket-v1/test/bb-mock-server => ./test/bb-mock-server
|
|
|
|
require (
|
|
github.com/gfleury/go-bitbucket-v1/test/bb-mock-server v0.0.0-20230825095122-9bc1711434ab
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
golang.org/x/net v0.23.0
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
)
|