github.com/hasura/ndc-sdk-go/cmd/hasura-ndc-go@v0.0.0-20240508172728-e960be013ca2/go.mod (about)

     1  module github.com/hasura/ndc-sdk-go/cmd/hasura-ndc-go
     2  
     3  go 1.21
     4  
     5  require (
     6  	github.com/alecthomas/kong v0.9.0
     7  	github.com/fatih/structtag v1.2.0
     8  	github.com/google/uuid v1.6.0
     9  	github.com/hasura/ndc-sdk-go v1.1.3-0.20240504174222-92be286dfc99
    10  	github.com/rs/zerolog v1.32.0
    11  	github.com/stretchr/testify v1.9.0
    12  	golang.org/x/mod v0.17.0
    13  	golang.org/x/tools v0.20.0
    14  )
    15  
    16  require (
    17  	github.com/davecgh/go-spew v1.1.1 // indirect
    18  	github.com/mattn/go-colorable v0.1.13 // indirect
    19  	github.com/mattn/go-isatty v0.0.20 // indirect
    20  	github.com/pmezard/go-difflib v1.0.0 // indirect
    21  	golang.org/x/sync v0.7.0 // indirect
    22  	golang.org/x/sys v0.20.0 // indirect
    23  	gopkg.in/yaml.v3 v3.0.1 // indirect
    24  )