mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
12 lines
314 B
Modula-2
12 lines
314 B
Modula-2
module github.com/gfleury/go-bitbucket-v1
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
|
|
golang.org/x/net v0.0.0-20190611141213-3f473d35a33a
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
google.golang.org/appengine v1.6.1
|
|
)
|