diff --git a/.changes/unreleased/Dependency-20250929-131854.yaml b/.changes/unreleased/Dependency-20250929-131854.yaml new file mode 100644 index 00000000..99449cab --- /dev/null +++ b/.changes/unreleased/Dependency-20250929-131854.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump github.com/hasura/go-graphql-client from 0.14.4 to 0.14.5 +time: 2025-09-29T13:18:54.51211879Z diff --git a/.changes/unreleased/Dependency-20250929-131855.yaml b/.changes/unreleased/Dependency-20250929-131855.yaml new file mode 100644 index 00000000..e1d9fb55 --- /dev/null +++ b/.changes/unreleased/Dependency-20250929-131855.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump github.com/hasura/go-graphql-client from 0.14.4 to 0.14.5 +time: 2025-09-29T13:18:55.89409016Z diff --git a/.changes/unreleased/Dependency-20250929-131859.yaml b/.changes/unreleased/Dependency-20250929-131859.yaml new file mode 100644 index 00000000..00d0a0fd --- /dev/null +++ b/.changes/unreleased/Dependency-20250929-131859.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump github.com/hasura/go-graphql-client from 0.14.4 to 0.14.5 +time: 2025-09-29T13:18:59.024279083Z diff --git a/go.mod b/go.mod index 82d7939c..175382c9 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.14.5 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 76164c9b..49132a7e 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.14.5 h1:M9HxxGLCcDZnxJGYyWXAzDYEpommgjW+sUW3V8EaGms= +github.com/hasura/go-graphql-client v0.14.5/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=