mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
10 lines
187 B
Modula-2
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
|
|
)
|