Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<img src="https://codecov.io/gh/OpsLevel/opslevel-go/branch/main/graph/badge.svg?token=GHQHRIJ9UW" alt="CodeCov"/></a>
<a href="https://dependabot.com/">
<img src="https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot" alt="Dependabot"/></a>
<a href="https://pkg.go.dev/github.com/opslevel/opslevel-go/v2025">
<a href="https://pkg.go.dev/github.com/opslevel/opslevel-go/v2026">
<img src="https://pkg.go.dev/badge/github.com/opslevel/opslevel.svg" alt="Go Reference"/></a>
</p>

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion actions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion alert_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion aliases_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion campaign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion category_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion check_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion clientGQL_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion clientRest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion component_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion dependencies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion document_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion errors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion filters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/opslevel/opslevel-go/v2025
module github.com/opslevel/opslevel-go/v2026

go 1.24

Expand Down
2 changes: 1 addition & 1 deletion infra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion level_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion owner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion predicate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion property_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion relationship_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion scalar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scorecards_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion secrets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion tags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion team_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion tools_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
Loading