1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
module github.com/go-macaroon-bakery/macaroon-bakery/v3
go 1.17
require (
github.com/frankban/quicktest v1.11.3
github.com/go-macaroon-bakery/macaroonpb v1.0.0
github.com/google/go-cmp v0.5.4
github.com/juju/mgo/v2 v2.0.0-20220111072304-f200228f1090
github.com/juju/mgotest v1.0.3
github.com/juju/postgrestest v1.1.0
github.com/juju/qthttptest v0.1.3
github.com/juju/webbrowser v0.0.0-20160309143629-54b8c57083b4
github.com/julienschmidt/httprouter v1.3.0
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
gopkg.in/errgo.v1 v1.0.1
gopkg.in/httprequest.v1 v1.2.1
gopkg.in/juju/environschema.v1 v1.0.0
gopkg.in/macaroon.v2 v2.1.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/golang/protobuf v1.4.3 // indirect
github.com/juju/schema v1.0.0 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.3.0 // indirect
github.com/xdg-go/stringprep v1.0.2 // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
|