github.com/release-engineering/exodus-rsync@v1.11.2/go.mod (about)

     1  module github.com/release-engineering/exodus-rsync
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/PuerkitoBio/rehttp v1.4.0
     7  	github.com/adrg/xdg v0.4.0
     8  	github.com/alecthomas/kong v0.9.0
     9  	github.com/apex/log v1.9.0
    10  	github.com/aws/aws-sdk-go v1.51.21
    11  	github.com/coreos/go-systemd/v22 v22.5.0
    12  	github.com/gabriel-vasile/mimetype v1.4.3
    13  	github.com/go-playground/validator/v10 v10.19.0
    14  	github.com/golang/mock v1.6.0
    15  	github.com/stretchr/testify v1.9.0
    16  	gopkg.in/yaml.v3 v3.0.1
    17  )
    18  
    19  require (
    20  	github.com/davecgh/go-spew v1.1.1 // indirect
    21  	github.com/fatih/color v1.16.0 // indirect
    22  	github.com/go-playground/locales v0.14.1 // indirect
    23  	github.com/go-playground/universal-translator v0.18.1 // indirect
    24  	github.com/jmespath/go-jmespath v0.4.0 // indirect
    25  	github.com/leodido/go-urn v1.4.0 // indirect
    26  	github.com/mattn/go-colorable v0.1.13 // indirect
    27  	github.com/mattn/go-isatty v0.0.20 // indirect
    28  	github.com/pkg/errors v0.9.1 // indirect
    29  	github.com/pmezard/go-difflib v1.0.0 // indirect
    30  	golang.org/x/crypto v0.22.0 // indirect
    31  	golang.org/x/net v0.24.0 // indirect
    32  	golang.org/x/sys v0.19.0 // indirect
    33  	golang.org/x/text v0.14.0 // indirect
    34  )