mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-07 07:42:45 +01:00
67 lines
2.8 KiB
Modula-2
67 lines
2.8 KiB
Modula-2
module github.com/SecurityBrewery/catalyst
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
|
github.com/alecthomas/kong v0.2.17
|
|
github.com/alecthomas/kong-yaml v0.1.1
|
|
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211101200231-0802afb9c160
|
|
github.com/arangodb/go-driver v1.2.1
|
|
github.com/aws/aws-sdk-go v1.41.19
|
|
github.com/bits-and-blooms/bitset v1.2.1 // indirect
|
|
github.com/blevesearch/bleve/v2 v2.2.2
|
|
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
|
|
github.com/containerd/containerd v1.5.8 // indirect
|
|
github.com/coreos/go-oidc/v3 v3.1.0
|
|
// github.com/docker/docker v1.13.1
|
|
github.com/docker/docker v17.12.0-ce-rc1.0.20201201034508-7d75c1d40d88+incompatible
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5 // indirect
|
|
github.com/emitter-io/go/v2 v2.0.9
|
|
github.com/gin-contrib/cors v1.3.1
|
|
github.com/gin-contrib/sessions v0.0.4
|
|
github.com/gin-gonic/gin v1.7.4
|
|
github.com/go-openapi/analysis v0.21.1
|
|
github.com/go-openapi/errors v0.20.1
|
|
github.com/go-openapi/runtime v0.21.0
|
|
github.com/go-openapi/swag v0.19.15
|
|
github.com/go-openapi/validate v0.20.3
|
|
github.com/go-playground/validator/v10 v10.9.0 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/go-swagger/go-swagger v0.27.0
|
|
github.com/gobwas/ws v1.1.0
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/gorilla/sessions v1.2.1 // indirect
|
|
github.com/iancoleman/strcase v0.2.0
|
|
github.com/icza/dyno v0.0.0-20210726202311-f1bafe5d9996
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mingrammer/commonregex v1.0.1
|
|
github.com/mitchellh/mapstructure v1.4.2 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.2 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tidwall/gjson v1.11.0
|
|
github.com/tidwall/sjson v1.2.3
|
|
github.com/tus/tusd v1.8.0
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
|
go.mongodb.org/mongo-driver v1.7.4 // indirect
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
golang.org/x/net v0.0.0-20211105192438-b53810dc28af // indirect
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
golang.org/x/sys v0.0.0-20211105183446-c75c47738b0c // indirect
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
|
|
)
|
|
|
|
replace github.com/xeipuuv/gojsonschema => github.com/warjiang/gojsonschema v1.2.1-0.20210329105853-aa9f9a8cfec7
|