github.com/sapplications/sb@v0.0.0-20240116135441-1a13cafe3497/go.mod (about)

     1  module github.com/sapplications/sb
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/hashicorp/go-hclog v1.4.0
     7  	github.com/hashicorp/go-plugin v1.4.9
     8  	github.com/sapplications/dl v0.0.0-20230307210452-10788b3adb9b
     9  	github.com/spf13/cobra v1.6.1
    10  	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
    11  )
    12  
    13  require (
    14  	github.com/fatih/color v1.14.1 // indirect
    15  	github.com/golang/protobuf v1.5.2 // indirect
    16  	github.com/hashicorp/yamux v0.1.1 // indirect
    17  	github.com/inconshreveable/mousetrap v1.1.0 // indirect
    18  	github.com/kr/pretty v0.2.1 // indirect
    19  	github.com/kr/text v0.1.0 // indirect
    20  	github.com/mattn/go-colorable v0.1.13 // indirect
    21  	github.com/mattn/go-isatty v0.0.17 // indirect
    22  	github.com/mitchellh/go-testing-interface v1.14.1 // indirect
    23  	github.com/oklog/run v1.1.0 // indirect
    24  	github.com/spf13/pflag v1.0.5 // indirect
    25  	golang.org/x/net v0.8.0 // indirect
    26  	golang.org/x/sys v0.6.0 // indirect
    27  	golang.org/x/text v0.8.0 // indirect
    28  	google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
    29  	google.golang.org/grpc v1.53.0 // indirect
    30  	google.golang.org/protobuf v1.28.1 // indirect
    31  )