module github.com/erh/egoutil go 1.16 require ( cloud.google.com/go v0.74.0 github.com/Masterminds/goutils v1.1.1 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible github.com/aws/aws-sdk-go v1.36.18 // indirect github.com/coreos/go-oidc v2.2.1+incompatible github.com/fsnotify/fsnotify v1.4.9 github.com/golang/snappy v0.0.2 // indirect github.com/huandu/xstrings v1.3.2 // indirect github.com/imdario/mergo v0.3.12 // indirect github.com/klauspost/compress v1.11.4 // indirect github.com/mitchellh/copystructure v1.1.1 // indirect github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff go.mongodb.org/mongo-driver v1.4.4 go.opencensus.io v0.22.5 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d gopkg.in/sourcemap.v1 v1.0.5 // indirect gopkg.in/square/go-jose.v2 v2.5.1 // indirect )