github.com/ztalab/ZACA@v0.0.1/go.mod (about)

     1  module github.com/ztalab/ZACA
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/araddon/dateparse v0.0.0-20210207001429-0eec95c9db7e
     7  	github.com/cloudflare/backoff v0.0.0-20161212185259-647f3cdfc87a
     8  	github.com/fsnotify/fsnotify v1.4.9 // indirect
     9  	github.com/garyburd/redigo v1.6.3
    10  	github.com/gin-contrib/pprof v1.3.0
    11  	github.com/gin-gonic/gin v1.6.3
    12  	github.com/go-openapi/jsonreference v0.19.3 // indirect
    13  	github.com/go-openapi/spec v0.19.3 // indirect
    14  	github.com/go-resty/resty/v2 v2.6.0
    15  	github.com/go-sql-driver/mysql v1.6.0
    16  	github.com/golang-migrate/migrate/v4 v4.14.1
    17  	github.com/google/certificate-transparency-go v1.1.2-0.20210728111105-5f7e9ba4be3d // indirect
    18  	github.com/gorilla/mux v1.8.0
    19  	github.com/guregu/null v4.0.0+incompatible
    20  	github.com/hashicorp/vault/api v1.1.0
    21  	github.com/jinzhu/gorm v1.9.16
    22  	github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5
    23  	github.com/joho/godotenv v1.3.0
    24  	github.com/json-iterator/go v1.1.11
    25  	github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46 // indirect
    26  	github.com/klauspost/compress v1.10.10 // indirect
    27  	github.com/lib/pq v1.9.0 // indirect
    28  	github.com/mailru/easyjson v0.7.0 // indirect
    29  	github.com/mattn/go-sqlite3 v1.14.5 // indirect
    30  	github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
    31  	github.com/mayocream/pki v0.0.0-20210826155834-685adbcfbc3b
    32  	github.com/mitchellh/mapstructure v1.4.0 // indirect
    33  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    34  	github.com/pkg/errors v0.9.1
    35  	github.com/prometheus/client_golang v1.11.0
    36  	github.com/satori/go.uuid v1.2.0
    37  	github.com/smartystreets/assertions v1.1.1 // indirect
    38  	github.com/spf13/afero v1.2.2 // indirect
    39  	github.com/spf13/cast v1.3.1
    40  	github.com/spf13/viper v1.7.1
    41  	github.com/spiffe/go-spiffe/v2 v2.0.0-beta.4
    42  	github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
    43  	github.com/swaggo/gin-swagger v1.3.0
    44  	github.com/swaggo/swag v1.5.1
    45  	github.com/tal-tech/go-zero v1.1.4
    46  	github.com/urfave/cli v1.22.5
    47  	github.com/valyala/fasthttp v1.15.1
    48  	github.com/ztalab/cfssl v0.0.2
    49  	go.uber.org/multierr v1.6.0
    50  	go.uber.org/zap v1.17.0
    51  	golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
    52  	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
    53  	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    54  	gorm.io/driver/mysql v1.0.3
    55  	gorm.io/gorm v1.20.8
    56  )