From c0522e7b07a316220deb6d696c346d229d0cac4f Mon Sep 17 00:00:00 2001 From: yuli Date: Wed, 24 Aug 2022 23:51:07 +0300 Subject: [PATCH] update dependencies --- src/go.mod | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/go.mod b/src/go.mod index 475e53a..34e9bca 100644 --- a/src/go.mod +++ b/src/go.mod @@ -15,24 +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/hashicorp/go-uuid v1.0.2 + github.com/hashicorp/go-uuid v1.0.3 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/oschwald/geoip2-golang v1.6.1 + 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.1 + github.com/prometheus/client_golang v1.13.0 github.com/qri-io/jsonpointer v0.1.1 - github.com/rogpeppe/go-internal v1.8.1 // indirect + 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.1 + github.com/tidwall/gjson v1.14.3 github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect github.com/ttacon/libphonenumber v1.2.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-20220209214540-3681064d5158 - google.golang.org/protobuf v1.27.1 // indirect + 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 gopkg.in/yaml.v2 v2.4.0 )