mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-02 02:48:05 +00:00
update dependencies
This commit is contained in:
32
src/go.mod
32
src/go.mod
@@ -7,32 +7,32 @@ replace github.com/securitybunker/databunker/src/storage => ./storage
|
||||
require (
|
||||
github.com/afocus/captcha v0.0.0-20191010092841-4bd1f21c8868
|
||||
github.com/evanphx/json-patch v5.6.0+incompatible
|
||||
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
||||
github.com/go-stack/stack v1.8.1 // indirect
|
||||
github.com/gobuffalo/envy v1.10.1 // indirect
|
||||
github.com/gobuffalo/genny v0.1.1 // indirect
|
||||
github.com/gobuffalo/gogen v0.1.1 // indirect
|
||||
github.com/gobuffalo/packd v1.0.1 // indirect
|
||||
github.com/go-sql-driver/mysql v1.7.1 // indirect
|
||||
github.com/gobuffalo/envy v1.10.2 // indirect
|
||||
github.com/gobuffalo/packd v1.0.2 // indirect
|
||||
github.com/gobuffalo/packr v1.30.1
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||||
github.com/hashicorp/go-uuid v1.0.3
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
github.com/kelseyhightower/envconfig v1.4.0
|
||||
github.com/lib/pq v1.10.7 // indirect
|
||||
github.com/mattn/go-sqlite3 v1.14.15 // indirect
|
||||
github.com/oschwald/geoip2-golang v1.8.0
|
||||
github.com/pelletier/go-toml v1.7.0 // indirect
|
||||
github.com/prometheus/client_golang v1.12.2
|
||||
github.com/lib/pq v1.10.9 // indirect
|
||||
github.com/mattn/go-sqlite3 v1.14.17 // indirect
|
||||
github.com/oschwald/geoip2-golang v1.9.0
|
||||
github.com/prometheus/client_golang v1.16.0
|
||||
github.com/prometheus/common v0.44.0 // indirect
|
||||
github.com/prometheus/procfs v0.11.0 // indirect
|
||||
github.com/qri-io/jsonpointer v0.1.1
|
||||
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
||||
github.com/schollz/sqlite3dump v1.3.1 // indirect
|
||||
github.com/securitybunker/databunker/src/storage v0.0.0
|
||||
github.com/securitybunker/jsonschema v0.2.1-0.20201128224651-d77c1a3cb787
|
||||
github.com/tidwall/gjson v1.14.3
|
||||
github.com/tidwall/gjson v1.14.4
|
||||
github.com/tidwall/pretty v1.2.1 // indirect
|
||||
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
|
||||
github.com/ttacon/libphonenumber v1.2.1
|
||||
go.mongodb.org/mongo-driver v1.10.1
|
||||
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect
|
||||
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24
|
||||
go.mongodb.org/mongo-driver v1.12.0
|
||||
golang.org/x/image v0.8.0 // indirect
|
||||
golang.org/x/sys v0.9.0
|
||||
google.golang.org/protobuf v1.31.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user