Skip to content

Commit

Permalink
Prep for v3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Sep 6, 2023
1 parent c6ff98d commit c518fa2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nyaruka/null/v2
module github.com/nyaruka/null/v3

go 1.18
go 1.19

require (
github.com/lib/pq v1.10.7
Expand Down
2 changes: 1 addition & 1 deletion int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"

_ "github.com/lib/pq"
"github.com/nyaruka/null/v2"
"github.com/nyaruka/null/v3"
"github.com/stretchr/testify/assert"
)

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 (
"testing"

_ "github.com/lib/pq"
"github.com/nyaruka/null/v2"
"github.com/nyaruka/null/v3"
"github.com/stretchr/testify/assert"
)

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

_ "github.com/lib/pq"
"github.com/nyaruka/null/v2"
"github.com/nyaruka/null/v3"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"encoding/json"
"testing"

"github.com/nyaruka/null/v2"
"github.com/nyaruka/null/v3"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit c518fa2

Please sign in to comment.