dependabot[bot] 124c4b12d1
Bump golang.org/x/net from 0.7.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 23:28:18 +00:00

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.17.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)