github.com/emmahsax/go-git-helper@v0.0.8-0.20240519163017-907b9de0fa52/go.mod (about)

     1  module github.com/emmahsax/go-git-helper
     2  
     3  go 1.21
     4  
     5  require (
     6  	github.com/google/go-github/v60 v60.0.0
     7  	github.com/pterm/pterm v0.12.79
     8  	github.com/spf13/cobra v1.8.0
     9  	github.com/tidwall/gjson v1.17.1
    10  	github.com/xanzy/go-gitlab v0.100.0
    11  	golang.org/x/oauth2 v0.18.0
    12  	gopkg.in/yaml.v3 v3.0.1
    13  )
    14  
    15  require (
    16  	atomicgo.dev/cursor v0.2.0 // indirect
    17  	atomicgo.dev/keyboard v0.2.9 // indirect
    18  	atomicgo.dev/schedule v0.1.0 // indirect
    19  	github.com/containerd/console v1.0.3 // indirect
    20  	github.com/golang/protobuf v1.5.3 // indirect
    21  	github.com/google/go-querystring v1.1.0 // indirect
    22  	github.com/gookit/color v1.5.4 // indirect
    23  	github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
    24  	github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
    25  	github.com/inconshreveable/mousetrap v1.1.0 // indirect
    26  	github.com/lithammer/fuzzysearch v1.1.8 // indirect
    27  	github.com/mattn/go-runewidth v0.0.15 // indirect
    28  	github.com/rivo/uniseg v0.4.4 // indirect
    29  	github.com/spf13/pflag v1.0.5 // indirect
    30  	github.com/tidwall/match v1.1.1 // indirect
    31  	github.com/tidwall/pretty v1.2.0 // indirect
    32  	github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
    33  	golang.org/x/net v0.22.0 // indirect
    34  	golang.org/x/sys v0.18.0 // indirect
    35  	golang.org/x/term v0.18.0 // indirect
    36  	golang.org/x/text v0.14.0 // indirect
    37  	golang.org/x/time v0.3.0 // indirect
    38  	google.golang.org/appengine v1.6.7 // indirect
    39  	google.golang.org/protobuf v1.33.0 // indirect
    40  )