Skip to content

Commit

Permalink
fix go mod for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed Jan 13, 2024
1 parent 4cf478b commit 979bbb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This library leverages https://github.com/flant/libjq-go which are CGO bindings
# Installation

```bash
go get github.com/opslevel/opslevel-jq-parser/v2023
go get github.com/opslevel/opslevel-jq-parser/v2024
```

Then wherever you compile or test that project you'll need to add
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-jq-parser/v2023
module github.com/opslevel/opslevel-jq-parser/v2024

go 1.21.0

Expand Down
2 changes: 1 addition & 1 deletion jq_service_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"

"github.com/opslevel/opslevel-go/v2024"
opslevel_jq_parser "github.com/opslevel/opslevel-jq-parser/v2023"
opslevel_jq_parser "github.com/opslevel/opslevel-jq-parser/v2024"
"github.com/rocktavious/autopilot/v2023"
)

Expand Down

0 comments on commit 979bbb6

Please sign in to comment.