mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
10 lines
215 B
Modula-2
10 lines
215 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.0.0-20190108225652-1e06a53dbb7e
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
)
|