mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
12 lines
310 B
Modula-2
12 lines
310 B
Modula-2
module github.com/gfleury/go-bitbucket-v1
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
google.golang.org/appengine v1.6.1 // indirect
|
|
)
|