Skip to content

Commit

Permalink
use tagged version of imgui-go
Browse files Browse the repository at this point in the history
  • Loading branch information
dertseha committed Dec 28, 2020
1 parent 65b6f00 commit db3bcf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-gl/glfw v0.0.0-20190217072633-93b30450e032
github.com/go-gl/mathgl v0.0.0-20180804195959-cdf14b6b8f8a
github.com/gotk3/gotk3 v0.0.0-20190302104302-a9edcaa2ef15 // indirect
github.com/inkyblackness/imgui-go/v2 v2.6.1-0.20201226212537-4e10d9b064d3
github.com/inkyblackness/imgui-go/v2 v2.7.0
github.com/lucasb-eyer/go-colorful v1.0.3
github.com/sqweek/dialog v0.0.0-20190209060818-302ed2f52949
github.com/stretchr/testify v1.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ github.com/go-gl/mathgl v0.0.0-20180804195959-cdf14b6b8f8a h1:2n5w2v3knlspzjJWyQ
github.com/go-gl/mathgl v0.0.0-20180804195959-cdf14b6b8f8a/go.mod h1:dvrdneKbyWbK2skTda0nM4B9zSlS2GZSnjX7itr/skQ=
github.com/gotk3/gotk3 v0.0.0-20190302104302-a9edcaa2ef15 h1:cgSsMMac0GmffsIs12/R2T4Up7YEONmFwAXhZ1uXI+U=
github.com/gotk3/gotk3 v0.0.0-20190302104302-a9edcaa2ef15/go.mod h1:Eew3QBwAOBTrfFFDmsDE5wZWbcagBL1NUslj1GhRveo=
github.com/inkyblackness/imgui-go/v2 v2.6.1-0.20201226212537-4e10d9b064d3 h1:xmLOjAEHBFifzNiEt+J0m56v+/KYXyKFwbpkGKLDeqM=
github.com/inkyblackness/imgui-go/v2 v2.6.1-0.20201226212537-4e10d9b064d3/go.mod h1:cwQKd6U2onyuT5qwSC3DKCRsUE1SQ58TSVVpLoW/pDs=
github.com/inkyblackness/imgui-go/v2 v2.7.0 h1:nP5WDlfO3hiyR4nqB0k/JoSxzmCw9K5peAGvVXg+WNk=
github.com/inkyblackness/imgui-go/v2 v2.7.0/go.mod h1:cwQKd6U2onyuT5qwSC3DKCRsUE1SQ58TSVVpLoW/pDs=
github.com/lucasb-eyer/go-colorful v1.0.3 h1:QIbQXiugsb+q10B+MI+7DI1oQLdmnep86tWFlaaUAac=
github.com/lucasb-eyer/go-colorful v1.0.3/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
github.com/mattn/go-gtk v0.0.0-20180216084204-5a311a1830ab/go.mod h1:PwzwfeB5syFHXORC3MtPylVcjIoTDT/9cvkKpEndGVI=
Expand Down

0 comments on commit db3bcf7

Please sign in to comment.