Skip to content

Commit 96fbb91

Browse files
committed
prep 2025 release
1 parent f332b29 commit 96fbb91

35 files changed

+35
-34
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<img src="https://codecov.io/gh/OpsLevel/opslevel-go/branch/main/graph/badge.svg?token=GHQHRIJ9UW" alt="CodeCov"/></a>
1616
<a href="https://dependabot.com/">
1717
<img src="https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot" alt="Dependabot"/></a>
18-
<a href="https://pkg.go.dev/github.com/opslevel/opslevel-go/v2024">
18+
<a href="https://pkg.go.dev/github.com/opslevel/opslevel-go/v2025">
1919
<img src="https://pkg.go.dev/badge/github.com/opslevel/opslevel.svg" alt="Go Reference"/></a>
2020
</p>
2121

actions_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

alert_source_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

aliases_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

cache_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

category_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

check_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
"github.com/Masterminds/sprig/v3"
1212
"github.com/hasura/go-graphql-client/pkg/jsonutil"
13-
ol "github.com/opslevel/opslevel-go/v2024"
13+
ol "github.com/opslevel/opslevel-go/v2025"
1414
"github.com/rocktavious/autopilot/v2023"
1515
)
1616

clientGQL_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
"github.com/Masterminds/sprig/v3"
1717
"github.com/hasura/go-graphql-client"
18-
ol "github.com/opslevel/opslevel-go/v2024"
18+
ol "github.com/opslevel/opslevel-go/v2025"
1919
"github.com/rocktavious/autopilot/v2023"
2020

2121
"github.com/rs/zerolog"

clientRest_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"testing"
77

88
"github.com/go-resty/resty/v2"
9-
ol "github.com/opslevel/opslevel-go/v2024"
9+
ol "github.com/opslevel/opslevel-go/v2025"
1010
"github.com/rocktavious/autopilot/v2023"
1111
)
1212

common_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

component_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

dependencies_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

document_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77

88
"github.com/rocktavious/autopilot/v2023"
99
)

domain_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

filters_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77

88
"github.com/rocktavious/autopilot/v2023"
99
)

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ require (
3636
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3737
github.com/shopspring/decimal v1.4.0 // indirect
3838
github.com/spf13/cast v1.7.0 // indirect
39-
github.com/stretchr/testify v1.9.0 // indirect
4039
golang.org/x/crypto v0.32.0 // indirect
4140
golang.org/x/net v0.34.0 // indirect
4241
golang.org/x/sys v0.29.0 // indirect

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zx
6666
github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
6767
github.com/opslevel/moredefaults v0.0.0-20240112142637-078c8ff8ba9c h1:m4sNHcfkE02xZy1oxF2QVGfhHulamxw9UlzRM7c45QQ=
6868
github.com/opslevel/moredefaults v0.0.0-20240112142637-078c8ff8ba9c/go.mod h1:g2GSXVP6LO+5+AIsnMRPN+BeV86OXuFRTX7HXCDtYeI=
69+
github.com/opslevel/opslevel-go/v2025 v2024.12.24 h1:yqByehj/HBKcHV2xnZK9ozAhE+qQfXSWxtp6KLS1f9s=
70+
github.com/opslevel/opslevel-go/v2025 v2024.12.24/go.mod h1:cIwzFyu8HURaGdZKWtKn4pijsyYs8xP8uuDwqgohWgo=
6971
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
7072
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
7173
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

infra_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
"github.com/opslevel/opslevel-go/v2024"
6+
"github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

integration_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
"github.com/opslevel/opslevel-go/v2024"
6+
"github.com/opslevel/opslevel-go/v2025"
77

88
"github.com/rocktavious/autopilot/v2023"
99
)

job_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

json_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
"github.com/hasura/go-graphql-client"
88

9-
ol "github.com/opslevel/opslevel-go/v2024"
9+
ol "github.com/opslevel/opslevel-go/v2025"
1010
"github.com/rocktavious/autopilot/v2023"
1111
)
1212

level_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

owner_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

predicate_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"encoding/json"
55
"testing"
66

7-
ol "github.com/opslevel/opslevel-go/v2024"
7+
ol "github.com/opslevel/opslevel-go/v2025"
88
"github.com/rocktavious/autopilot/v2023"
99
)
1010

property_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"testing"
66

7-
ol "github.com/opslevel/opslevel-go/v2024"
7+
ol "github.com/opslevel/opslevel-go/v2025"
88
"github.com/rocktavious/autopilot/v2023"
99
)
1010

repository_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77

88
"github.com/rocktavious/autopilot/v2023"
99
)

scalar_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
"github.com/hasura/go-graphql-client"
99

10-
ol "github.com/opslevel/opslevel-go/v2024"
10+
ol "github.com/opslevel/opslevel-go/v2025"
1111
"github.com/rocktavious/autopilot/v2023"
1212
)
1313

scorecards_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

secrets_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
"github.com/opslevel/opslevel-go/v2024"
6+
"github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

service_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"testing"
66

7-
ol "github.com/opslevel/opslevel-go/v2024"
7+
ol "github.com/opslevel/opslevel-go/v2025"
88
"github.com/rocktavious/autopilot/v2023"
99
)
1010

system_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

tags_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

team_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

tools_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

user_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package opslevel_test
33
import (
44
"testing"
55

6-
ol "github.com/opslevel/opslevel-go/v2024"
6+
ol "github.com/opslevel/opslevel-go/v2025"
77
"github.com/rocktavious/autopilot/v2023"
88
)
99

0 commit comments

Comments
 (0)