Skip to content

Commit

Permalink
examples: bump to oak v4
Browse files Browse the repository at this point in the history
  • Loading branch information
200sc committed Apr 23, 2022
1 parent 21f1006 commit 121dabc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/clipboard/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/atotto/clipboard v0.1.4
github.com/oakmound/oak/v4 v3.0.0-alpha.1
github.com/oakmound/oak/v4 v4.0.0-alpha.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion examples/fallback-font/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/flopp/go-findfont v0.0.0-20201114153133-e7393a00c15b
github.com/oakmound/oak/v4 v3.0.0-alpha.1
github.com/oakmound/oak/v4 v4.0.0-alpha.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion examples/svg/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/oakmound/oak/examples/svg
go 1.18

require (
github.com/oakmound/oak/v4 v3.0.0-alpha.1
github.com/oakmound/oak/v4 v4.0.0-alpha.1
github.com/srwiley/oksvg v0.0.0-20210320200257-875f767ac39a
github.com/srwiley/rasterx v0.0.0-20200120212402-85cb7272f5e9
)
Expand Down

0 comments on commit 121dabc

Please sign in to comment.