@@ -23,7 +23,6 @@ require (
2323 github.com/kennygrant/sanitize v1.2.4
2424 github.com/labstack/echo/v4 v4.11.4
2525 github.com/mitchellh/mapstructure v1.5.0
26- github.com/oklog/ulid v1.3.1
2726 github.com/paulmach/go.geojson v1.4.0
2827 github.com/pkg/errors v0.9.1
2928 github.com/ravilushqa/otelgqlgen v0.15.0
@@ -117,6 +116,7 @@ require (
117116 github.com/mattn/go-isatty v0.0.20 // indirect
118117 github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
119118 github.com/nicksnyder/go-i18n/v2 v2.4.0 // indirect
119+ github.com/oklog/ulid v1.3.1 // indirect
120120 github.com/opentracing/opentracing-go v1.2.0 // indirect
121121 github.com/pmezard/go-difflib v1.0.0 // indirect
122122 github.com/rs/cors v1.10.1 // indirect
@@ -166,7 +166,7 @@ require (
166166 google.golang.org/grpc v1.61.0 // indirect
167167 google.golang.org/protobuf v1.32.0 // indirect
168168 gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
169- gopkg.in/go-jose/go-jose.v2 v2.6.2 // indirect
169+ gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
170170 gopkg.in/yaml.v3 v3.0.1 // indirect
171171 moul.io/http2curl v1.0.1-0.20190925090545-5cd742060b0e // indirect
172172)
0 commit comments