From 46265680f340ea1817b5a8789f4d489acaf8085b Mon Sep 17 00:00:00 2001 From: Andrew Still Date: Tue, 16 Dec 2025 09:44:50 -0500 Subject: [PATCH] upgrade go-graphql-client --- .changes/unreleased/Dependency-20251216-094057.yaml | 3 +++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .changes/unreleased/Dependency-20251216-094057.yaml diff --git a/.changes/unreleased/Dependency-20251216-094057.yaml b/.changes/unreleased/Dependency-20251216-094057.yaml new file mode 100644 index 00000000..5bb0b207 --- /dev/null +++ b/.changes/unreleased/Dependency-20251216-094057.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: upgrade go-graphql-client to v0.15.1 +time: 2025-12-16T09:40:57.010472-05:00 diff --git a/go.mod b/go.mod index f4cb963f..3193c459 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/go-playground/validator/v10 v10.27.0 github.com/go-resty/resty/v2 v2.16.5 github.com/gosimple/slug v1.15.0 - github.com/hasura/go-graphql-client v0.14.4 + github.com/hasura/go-graphql-client v0.15.1 github.com/mitchellh/mapstructure v1.5.0 github.com/opslevel/moredefaults v0.0.0-20240529152742-17d1318a3c12 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 97b8b729..50781a83 100644 --- a/go.sum +++ b/go.sum @@ -34,8 +34,8 @@ github.com/gosimple/slug v1.15.0 h1:wRZHsRrRcs6b0XnxMUBM6WK1U1Vg5B0R7VkIf1Xzobo= github.com/gosimple/slug v1.15.0/go.mod h1:UiRaFH+GEilHstLUmcBgWcI42viBN7mAb818JrYOeFQ= github.com/gosimple/unidecode v1.0.1 h1:hZzFTMMqSswvf0LBJZCZgThIZrpDHFXux9KeGmn6T/o= github.com/gosimple/unidecode v1.0.1/go.mod h1:CP0Cr1Y1kogOtx0bJblKzsVWrqYaqfNOnHzpgWw4Awc= -github.com/hasura/go-graphql-client v0.14.4 h1:bYU7/+V50T2YBGdNQXt6l4f2cMZPECPUd8cyCR+ixtw= -github.com/hasura/go-graphql-client v0.14.4/go.mod h1:jfSZtBER3or+88Q9vFhWHiFMPppfYILRyl+0zsgPIIw= +github.com/hasura/go-graphql-client v0.15.1 h1:mCb5I+8Bk3FU3GKWvf/zDXkTh7FbGlqJmP3oisBdnN8= +github.com/hasura/go-graphql-client v0.15.1/go.mod h1:jfSZtBER3or+88Q9vFhWHiFMPppfYILRyl+0zsgPIIw= github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI= github.com/huandu/xstrings v1.5.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=