Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
switch to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dertseha committed Feb 21, 2021
1 parent 4a537c8 commit 8ea0023
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AllocatedGlyphRanges_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
"unsafe"

"github.com/inkyblackness/imgui-go/v3"
"github.com/inkyblackness/imgui-go/v4"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand Down
2 changes: 1 addition & 1 deletion DrawData_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package imgui_test
import (
"testing"

"github.com/inkyblackness/imgui-go/v3"
"github.com/inkyblackness/imgui-go/v4"

"github.com/stretchr/testify/assert"
)
Expand Down
2 changes: 1 addition & 1 deletion Main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package imgui_test
import (
"testing"

"github.com/inkyblackness/imgui-go/v3"
"github.com/inkyblackness/imgui-go/v4"

"github.com/stretchr/testify/assert"
)
Expand Down
2 changes: 1 addition & 1 deletion Vectors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/stretchr/testify/assert"

"github.com/inkyblackness/imgui-go/v3"
"github.com/inkyblackness/imgui-go/v4"
)

func TestVec2Addition(t *testing.T) {
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/inkyblackness/imgui-go/v3
module github.com/inkyblackness/imgui-go/v4

require github.com/stretchr/testify v1.3.0

Expand Down

0 comments on commit 8ea0023

Please sign in to comment.