diff --git a/README.md b/README.md index ff48b9a8..e87e8bff 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ CodeCov Dependabot - + Go Reference

@@ -33,7 +33,7 @@ Package `opslevel` provides an OpsLevel API client implementation. `opslevel` requires Go version 1.8 or later. ```bash -go get -u github.com/opslevel/opslevel-go/v2025 +go get -u github.com/opslevel/opslevel-go/v2026 ``` # Usage diff --git a/actions_test.go b/actions_test.go index 0a0d496c..7d24dae4 100644 --- a/actions_test.go +++ b/actions_test.go @@ -4,7 +4,7 @@ import ( "encoding/json" "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/alert_source_test.go b/alert_source_test.go index d001e9a1..b53b6bfa 100644 --- a/alert_source_test.go +++ b/alert_source_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/aliases_test.go b/aliases_test.go index 8a027e4c..7e7ba643 100644 --- a/aliases_test.go +++ b/aliases_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/cache_test.go b/cache_test.go index cb2c2e9f..af551edd 100644 --- a/cache_test.go +++ b/cache_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/campaign_test.go b/campaign_test.go index f0ff44e0..3a2196e2 100644 --- a/campaign_test.go +++ b/campaign_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/category_test.go b/category_test.go index 6ac9f581..391dea77 100644 --- a/category_test.go +++ b/category_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/check_test.go b/check_test.go index 2608a68e..58be6216 100644 --- a/check_test.go +++ b/check_test.go @@ -10,7 +10,7 @@ import ( "github.com/Masterminds/sprig/v3" "github.com/hasura/go-graphql-client/pkg/jsonutil" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/clientGQL_test.go b/clientGQL_test.go index 02f2921b..170d7bf6 100644 --- a/clientGQL_test.go +++ b/clientGQL_test.go @@ -15,7 +15,7 @@ import ( "github.com/Masterminds/sprig/v3" "github.com/hasura/go-graphql-client" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" "github.com/rs/zerolog" diff --git a/clientRest_test.go b/clientRest_test.go index 4dbc1d94..5bead3c6 100644 --- a/clientRest_test.go +++ b/clientRest_test.go @@ -6,7 +6,7 @@ import ( "testing" "github.com/go-resty/resty/v2" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/component_test.go b/component_test.go index 0b3ac1ce..3a0da9e9 100644 --- a/component_test.go +++ b/component_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/dependencies_test.go b/dependencies_test.go index 2c9e09cf..9385016f 100644 --- a/dependencies_test.go +++ b/dependencies_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/document_test.go b/document_test.go index b2d92493..85c260a4 100644 --- a/document_test.go +++ b/document_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/domain_test.go b/domain_test.go index 5b7d9fee..52652b75 100644 --- a/domain_test.go +++ b/domain_test.go @@ -4,7 +4,7 @@ import ( "strings" "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/errors_test.go b/errors_test.go index 552cbb57..06cb9a79 100644 --- a/errors_test.go +++ b/errors_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/filters_test.go b/filters_test.go index f5dfe6ac..dbf43eb0 100644 --- a/filters_test.go +++ b/filters_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/go.mod b/go.mod index 3193c459..f933aec4 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/opslevel/opslevel-go/v2025 +module github.com/opslevel/opslevel-go/v2026 go 1.24 diff --git a/infra_test.go b/infra_test.go index 4508a639..91012420 100644 --- a/infra_test.go +++ b/infra_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - "github.com/opslevel/opslevel-go/v2025" + "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/integration_test.go b/integration_test.go index 1f97c06b..02fa1f77 100644 --- a/integration_test.go +++ b/integration_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - "github.com/opslevel/opslevel-go/v2025" + "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/job_test.go b/job_test.go index 5600d8b6..ff5c063a 100644 --- a/job_test.go +++ b/job_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/json_test.go b/json_test.go index 0696ea69..06862f2b 100644 --- a/json_test.go +++ b/json_test.go @@ -6,7 +6,7 @@ import ( "github.com/hasura/go-graphql-client" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/level_test.go b/level_test.go index 2d1ba8aa..2b73c3ac 100644 --- a/level_test.go +++ b/level_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/owner_test.go b/owner_test.go index bff80a63..18ca6269 100644 --- a/owner_test.go +++ b/owner_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/predicate_test.go b/predicate_test.go index 8580ef3a..7a3154d4 100644 --- a/predicate_test.go +++ b/predicate_test.go @@ -4,7 +4,7 @@ import ( "encoding/json" "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/property_test.go b/property_test.go index 9ab07bc2..95eaf7ae 100644 --- a/property_test.go +++ b/property_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/relationship_test.go b/relationship_test.go index 64653cca..3f522d30 100644 --- a/relationship_test.go +++ b/relationship_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/repository_test.go b/repository_test.go index 1c0db4cd..975b5ad0 100644 --- a/repository_test.go +++ b/repository_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/scalar_test.go b/scalar_test.go index 049dfd1c..cb9d0a3d 100644 --- a/scalar_test.go +++ b/scalar_test.go @@ -7,7 +7,7 @@ import ( "github.com/hasura/go-graphql-client" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" "github.com/stretchr/testify/assert" "gopkg.in/yaml.v3" diff --git a/scorecards_test.go b/scorecards_test.go index e4e43c1d..ad91997b 100644 --- a/scorecards_test.go +++ b/scorecards_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/secrets_test.go b/secrets_test.go index fc6cdb05..0d6a42b5 100644 --- a/secrets_test.go +++ b/secrets_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - "github.com/opslevel/opslevel-go/v2025" + "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/service_test.go b/service_test.go index efc55bf3..0ff2dd80 100644 --- a/service_test.go +++ b/service_test.go @@ -5,7 +5,7 @@ import ( "strings" "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/system_test.go b/system_test.go index 7eb9ca8c..28d247a3 100644 --- a/system_test.go +++ b/system_test.go @@ -4,7 +4,7 @@ import ( "strings" "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/tags_test.go b/tags_test.go index 3dec715a..a8f87d91 100644 --- a/tags_test.go +++ b/tags_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/team_test.go b/team_test.go index 5a6eb185..975f88ac 100644 --- a/team_test.go +++ b/team_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/tools_test.go b/tools_test.go index e8c4be89..00455e1b 100644 --- a/tools_test.go +++ b/tools_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" ) diff --git a/user_test.go b/user_test.go index 6414b73e..7d26eb3a 100644 --- a/user_test.go +++ b/user_test.go @@ -3,7 +3,7 @@ package opslevel_test import ( "testing" - ol "github.com/opslevel/opslevel-go/v2025" + ol "github.com/opslevel/opslevel-go/v2026" "github.com/rocktavious/autopilot/v2023" )