update deps

This commit is contained in:
root
2022-02-16 17:46:06 +00:00
parent 99e18a7f1f
commit 4417134642

View File

@@ -6,7 +6,6 @@ replace github.com/securitybunker/databunker/src/storage => ./storage
require (
github.com/afocus/captcha v0.0.0-20191010092841-4bd1f21c8868
github.com/cespare/xxhash/v2 v2.1.2 // indirect
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
@@ -16,26 +15,23 @@ require (
github.com/gobuffalo/packd v1.0.1 // indirect
github.com/gobuffalo/packr v1.30.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/go-uuid v1.0.2
github.com/julienschmidt/httprouter v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/prometheus/client_golang v1.12.1
github.com/qri-io/jsonpointer v0.1.1
github.com/rogpeppe/go-internal v1.8.1 // 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.12.1
github.com/tidwall/gjson v1.14.0
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.2.1
go.mongodb.org/mongo-driver v1.8.1
go.mongodb.org/mongo-driver v1.8.3
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0
)