2020-03-16 14:11:54 -03:00

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
)