diff --git a/go.mod b/go.mod index d818433..30279b5 100644 --- a/go.mod +++ b/go.mod @@ -10,8 +10,8 @@ require ( github.com/grafana/pyroscope-go v1.1.2 github.com/hashicorp/golang-lru/v2 v2.0.7 github.com/jhump/protoreflect/v2 v2.0.0-20240207013822-c9ae7caed596 - github.com/nautilus/gateway v0.3.18 - github.com/nautilus/graphql v0.0.25 + github.com/nautilus/gateway v0.3.19 + github.com/nautilus/graphql v0.0.26 github.com/samber/lo v1.47.0 github.com/stretchr/testify v1.9.0 github.com/vektah/gqlparser/v2 v2.5.16 diff --git a/go.sum b/go.sum index 6fd2e01..f0f5f96 100644 --- a/go.sum +++ b/go.sum @@ -93,10 +93,10 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= -github.com/nautilus/gateway v0.3.18 h1:VqgihgV2losaIietIpPGNN8FitpJBkpnZUgswGC3zbU= -github.com/nautilus/gateway v0.3.18/go.mod h1:8GQOgWjgKIimTugRPvomCmfwnFA3k9MDWcmFKM3IlYE= -github.com/nautilus/graphql v0.0.25 h1:N+wwpxnlob3nQK/+HTUPeGfSR0ayehhNqeJq1cdcqSU= -github.com/nautilus/graphql v0.0.25/go.mod h1:ex8FB+RiAJoWGlL9iUcCWvetFOICVpvYP2jWi0cxp9E= +github.com/nautilus/gateway v0.3.19 h1:qAeylQwcBOsFEGJ4kz5dxCqQqPLn0CwdXtmtqw+1H4E= +github.com/nautilus/gateway v0.3.19/go.mod h1:PAPvrQjsRP5quGKKAo+fkCbesD/9fc8kPmXXEyvrwoU= +github.com/nautilus/graphql v0.0.26 h1:Mfv0Eazj+xKWlSSIcXgJN1zFWhbSQkPsz4IWSk0G5EQ= +github.com/nautilus/graphql v0.0.26/go.mod h1:ex8FB+RiAJoWGlL9iUcCWvetFOICVpvYP2jWi0cxp9E= github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs= github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc= github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=