github.com/weiwenhao/getter@v1.30.1/go.mod (about)

     1  module github.com/weiwenhao/getter
     2  
     3  require (
     4  	cloud.google.com/go v0.45.1
     5  	github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
     6  	github.com/cheggaaa/pb v1.0.27
     7  	github.com/fatih/color v1.7.0 // indirect
     8  	github.com/hashicorp/go-cleanhttp v0.5.2
     9  	github.com/hashicorp/go-safetemp v1.0.0
    10  	github.com/hashicorp/go-version v1.1.0
    11  	github.com/klauspost/compress v1.11.2
    12  	github.com/mattn/go-colorable v0.0.9 // indirect
    13  	github.com/mattn/go-isatty v0.0.4 // indirect
    14  	github.com/mattn/go-runewidth v0.0.4 // indirect
    15  	github.com/mitchellh/go-homedir v1.0.0
    16  	github.com/mitchellh/go-testing-interface v1.0.0
    17  	github.com/ulikunitz/xz v0.5.8
    18  	golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
    19  	google.golang.org/api v0.9.0
    20  	gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
    21  )
    22  
    23  go 1.16