dependabot[bot] d969830034
Bump golang.org/x/net from 0.0.0-20190108225652-1e06a53dbb7e to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190108225652-1e06a53dbb7e to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 02:05:45 +00:00

10 lines
187 B
Modula-2

module github.com/gfleury/go-bitbucket-v1
go 1.14
require (
github.com/mitchellh/mapstructure v1.1.2
golang.org/x/net v0.7.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)