github.com/creativeprojects/go-selfupdate@v1.2.0/go.mod (about)

     1  module github.com/creativeprojects/go-selfupdate
     2  
     3  go 1.18
     4  
     5  require (
     6  	code.gitea.io/sdk/gitea v0.17.1
     7  	github.com/Masterminds/semver/v3 v3.2.1
     8  	github.com/google/go-github/v30 v30.1.0
     9  	github.com/stretchr/testify v1.9.0
    10  	github.com/ulikunitz/xz v0.5.11
    11  	github.com/xanzy/go-gitlab v0.100.0
    12  	golang.org/x/crypto v0.21.0
    13  	golang.org/x/oauth2 v0.18.0
    14  )
    15  
    16  require (
    17  	github.com/davecgh/go-spew v1.1.1 // indirect
    18  	github.com/davidmz/go-pageant v1.0.2 // indirect
    19  	github.com/go-fed/httpsig v1.1.0 // indirect
    20  	github.com/golang/protobuf v1.5.4 // indirect
    21  	github.com/google/go-querystring v1.1.0 // indirect
    22  	github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
    23  	github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
    24  	github.com/hashicorp/go-version v1.6.0 // indirect
    25  	github.com/pmezard/go-difflib v1.0.0 // indirect
    26  	golang.org/x/sys v0.18.0 // indirect
    27  	golang.org/x/time v0.5.0 // indirect
    28  	google.golang.org/appengine v1.6.8 // indirect
    29  	google.golang.org/protobuf v1.33.0 // indirect
    30  	gopkg.in/yaml.v3 v3.0.1 // indirect
    31  )