From 8ea0023114451d7059ed154ea93bec3f6d5a4d70 Mon Sep 17 00:00:00 2001 From: Christian Haas Date: Sun, 21 Feb 2021 21:56:26 +0100 Subject: [PATCH] switch to v4 --- AllocatedGlyphRanges_test.go | 2 +- DrawData_test.go | 2 +- Main_test.go | 2 +- Vectors_test.go | 2 +- go.mod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AllocatedGlyphRanges_test.go b/AllocatedGlyphRanges_test.go index 97fc2d24..358ee02e 100644 --- a/AllocatedGlyphRanges_test.go +++ b/AllocatedGlyphRanges_test.go @@ -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" diff --git a/DrawData_test.go b/DrawData_test.go index ccba3639..1872989f 100644 --- a/DrawData_test.go +++ b/DrawData_test.go @@ -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" ) diff --git a/Main_test.go b/Main_test.go index 15f108c6..06458434 100644 --- a/Main_test.go +++ b/Main_test.go @@ -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" ) diff --git a/Vectors_test.go b/Vectors_test.go index e7846839..41c0ade5 100644 --- a/Vectors_test.go +++ b/Vectors_test.go @@ -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) { diff --git a/go.mod b/go.mod index b39eb745..b2dedbbf 100644 --- a/go.mod +++ b/go.mod @@ -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