Skip to content

Commit

Permalink
Update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Sep 5, 2023
1 parent 45429eb commit f42ea60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module examples

go 1.17
go 1.19

replace github.com/gen2brain/iup-go/iup => ../iup

require (
github.com/gen2brain/iup-go/iup v0.0.0-20220530102829-5e3ae4f61dc0
github.com/gen2brain/iup-go/iup v0.0.0-20230905053800-45429ebe100d
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
)

require github.com/google/uuid v1.3.0 // indirect
require github.com/google/uuid v1.3.1 // indirect
4 changes: 2 additions & 2 deletions examples/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk=
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6/go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

0 comments on commit f42ea60

Please sign in to comment.