github.com/gramework/gramework@v1.8.1-0.20231027140105-82555c9057f5/go.mod (about)

     1  module github.com/gramework/gramework
     2  
     3  require (
     4  	github.com/VictoriaMetrics/fastcache v1.12.0
     5  	github.com/apex/log v1.9.0
     6  	github.com/cloudfoundry/gosigar v1.3.4
     7  	github.com/fasthttp/websocket v1.4.3
     8  	github.com/gocarina/gocsv v0.0.0-20220927221512-ad3251f9fa25
     9  	github.com/google/uuid v1.3.0
    10  	github.com/gramework/utils v0.0.0-20190202181041-3c30a162ea26
    11  	github.com/graph-gophers/graphql-go v1.4.0
    12  	github.com/kirillDanshin/go-accept-headers v0.0.0-20130320203746-c78f304b1b09
    13  	github.com/microcosm-cc/bluemonday v1.0.20
    14  	github.com/pkg/errors v0.9.1
    15  	github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
    16  	github.com/prometheus/client_golang v1.11.0
    17  	github.com/stretchr/testify v1.7.1
    18  	github.com/valyala/bytebufferpool v1.0.0
    19  	github.com/valyala/fasthttp v1.40.0
    20  	golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be
    21  )
    22  
    23  require (
    24  	github.com/andybalholm/brotli v1.0.4 // indirect
    25  	github.com/aymerick/douceur v0.2.0 // indirect
    26  	github.com/beorn7/perks v1.0.1 // indirect
    27  	github.com/cespare/xxhash/v2 v2.1.2 // indirect
    28  	github.com/davecgh/go-spew v1.1.1 // indirect
    29  	github.com/fatih/color v1.13.0 // indirect
    30  	github.com/golang/protobuf v1.5.2 // indirect
    31  	github.com/golang/snappy v0.0.4 // indirect
    32  	github.com/gorilla/css v1.0.0 // indirect
    33  	github.com/klauspost/compress v1.15.11 // indirect
    34  	github.com/mattn/go-colorable v0.1.13 // indirect
    35  	github.com/mattn/go-isatty v0.0.16 // indirect
    36  	github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
    37  	github.com/pmezard/go-difflib v1.0.0 // indirect
    38  	github.com/prometheus/client_model v0.2.0 // indirect
    39  	github.com/prometheus/common v0.31.1 // indirect
    40  	github.com/prometheus/procfs v0.7.3 // indirect
    41  	github.com/savsgio/gotils v0.0.0-20200608150037-a5f6f5aef16c // indirect
    42  	golang.org/x/net v0.0.0-20221002022538-bcab6841153b // indirect
    43  	golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
    44  	golang.org/x/text v0.3.7 // indirect
    45  	google.golang.org/protobuf v1.26.0 // indirect
    46  	gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
    47  )
    48  
    49  go 1.18