diff --git a/go.mod b/go.mod index d52b248..9d801d0 100644 --- a/go.mod +++ b/go.mod @@ -5,9 +5,10 @@ go 1.21 require ( github.com/blevesearch/bleve/v2 v2.3.10 github.com/google/wire v0.5.0 - github.com/hasura/go-graphql-client v0.10.2 + github.com/hasura/go-graphql-client v0.11.0 github.com/lmittmann/tint v1.0.4 github.com/motemen/go-loghttp v0.0.0-20231107055348-29ae44b293f4 + github.com/motemen/go-nuts v0.0.0-20220604134737-2658d0104f31 github.com/robfig/cron/v3 v3.0.1 github.com/vburenin/ifacemaker v1.2.1 go-simpler.org/sloggen v0.2.0 @@ -39,7 +40,6 @@ require ( github.com/google/uuid v1.5.0 // indirect github.com/jessevdk/go-flags v1.4.1-0.20181029123624-5de817a9aa20 // indirect github.com/json-iterator/go v0.0.0-20171115153421-f7279a603ede // indirect - github.com/motemen/go-nuts v0.0.0-20220604134737-2658d0104f31 // indirect github.com/mschoch/smat v0.2.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect go-simpler.org/errorsx v0.8.0 // indirect diff --git a/go.sum b/go.sum index 0ed57f1..ca7da3a 100644 --- a/go.sum +++ b/go.sum @@ -158,8 +158,8 @@ github.com/graph-gophers/graphql-transport-ws v0.0.2 h1:DbmSkbIGzj8SvHei6n8Mh9eL github.com/graph-gophers/graphql-transport-ws v0.0.2/go.mod h1:5BVKvFzOd2BalVIBFfnfmHjpJi/MZ5rOj8G55mXvZ8g= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hasura/go-graphql-client v0.10.2 h1:+/v5/gWYgWr0cpd0aCi4GNtiy8uAIxnkADHTKDM+boY= -github.com/hasura/go-graphql-client v0.10.2/go.mod h1:eNNnmHAp6NgwKZ4xRbZEfywxr07qk34Y0QhbPsYIfhw= +github.com/hasura/go-graphql-client v0.11.0 h1:EFEkpMZlkq5gLZj9oiI6TnHCOHV1oErxOroMc5qUHQI= +github.com/hasura/go-graphql-client v0.11.0/go.mod h1:eNNnmHAp6NgwKZ4xRbZEfywxr07qk34Y0QhbPsYIfhw= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/jessevdk/go-flags v1.4.1-0.20181029123624-5de817a9aa20 h1:dAOsPLhnBzIyxu0VvmnKjlNcIlgMK+erD6VRHDtweMI= github.com/jessevdk/go-flags v1.4.1-0.20181029123624-5de817a9aa20/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=