X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/032096aeb25689e2e69b3eca4f1d5ff1b6221b84..28aa75d2683d5f0472335ecef3b2ff505e72f30d:/go.mod diff --git a/go.mod b/go.mod index c69e9a0f6c..033c17e8ba 100644 --- a/go.mod +++ b/go.mod @@ -51,8 +51,6 @@ require ( google.golang.org/api v0.126.0 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c gopkg.in/square/go-jose.v2 v2.5.1 - gopkg.in/src-d/go-billy.v4 v4.0.1 - gopkg.in/src-d/go-git.v4 v4.0.0 rsc.io/getopt v0.0.0-20170811000552-20be20937449 ) @@ -68,8 +66,6 @@ require ( github.com/Azure/go-autorest/logger v0.2.1 // indirect github.com/Azure/go-autorest/tracing v0.6.0 // indirect github.com/Microsoft/go-winio v0.5.2 // indirect - github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect - github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.5 // indirect @@ -92,7 +88,6 @@ require ( github.com/docker/distribution v2.8.2+incompatible // indirect github.com/docker/go-connections v0.3.0 // indirect github.com/docker/go-units v0.4.0 // indirect - github.com/gliderlabs/ssh v0.2.2 // indirect github.com/go-asn1-ber/asn1-ber v1.4.1 // indirect github.com/go-jose/go-jose/v3 v3.0.3 // indirect github.com/golang-jwt/jwt/v4 v4.5.0 // indirect @@ -103,9 +98,7 @@ require ( github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect github.com/googleapis/gax-go/v2 v2.11.0 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect - github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect - github.com/kevinburke/ssh_config v0.0.0-20171013211458-802051befeb5 // indirect github.com/kr/pretty v0.2.1 // indirect github.com/kr/text v0.1.0 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect @@ -114,15 +107,11 @@ require ( github.com/morikuni/aec v1.0.0 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/image-spec v1.0.2 // indirect - github.com/pelletier/go-buffruneio v0.2.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/procfs v0.9.0 // indirect github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect github.com/satori/go.uuid v1.2.1-0.20180404165556-75cca531ea76 // indirect - github.com/sergi/go-diff v1.0.0 // indirect github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 // indirect - github.com/src-d/gcfg v1.3.0 // indirect - github.com/xanzy/ssh-agent v0.1.0 // indirect go.opencensus.io v0.24.0 // indirect golang.org/x/text v0.14.0 // indirect golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect @@ -132,8 +121,6 @@ require ( google.golang.org/grpc v1.59.0 // indirect google.golang.org/protobuf v1.33.0 // indirect gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect - gopkg.in/src-d/go-git-fixtures.v3 v3.5.0 // indirect - gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gotest.tools/v3 v3.0.3 // indirect )