Skip to content

Commit

Permalink
Update go-fltk to a newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
pwiecz committed Apr 30, 2022
1 parent 5625d46 commit 97b3bab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ require (
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/inkyblackness/imgui-go/v4 v4.3.0
github.com/pwiecz/go-fltk v0.0.0-20220424074603-ed4c3b46ee17
golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9
github.com/pwiecz/go-fltk v0.0.0-20220427191302-811e7d984384
golang.org/x/image v0.0.0-20220321031419-a8550c1d254a
)

require (
github.com/adrg/strutil v0.2.2 // indirect
github.com/adrg/xdg v0.3.0 // indirect
)

// replace github.com/pwiecz/go-fltk v0.0.0-20220424074603-ed4c3b46ee17 => ../go-fltk
// replace github.com/pwiecz/go-fltk v0.0.0-20220427191302-811e7d984384 => ../go-fltk
// replace github.com/inkyblackness/imgui-go/v4 v4.3.0 => ../../inkyblackness/imgui-go
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ github.com/inkyblackness/imgui-go/v4 v4.3.0 h1:iyAzqWXq/dG5+6ckDPhGivtrIo6AywGQM
github.com/inkyblackness/imgui-go/v4 v4.3.0/go.mod h1:g8SAGtOYUP7rYaOB2AsVKCEHmPMDmJKgt4z6d+flhb0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pwiecz/go-fltk v0.0.0-20220424074603-ed4c3b46ee17 h1:0/A2pcByncFBjf15Ao5FniQ25gzsvGpA5D110x3z530=
github.com/pwiecz/go-fltk v0.0.0-20220424074603-ed4c3b46ee17/go.mod h1:uMK5daOr9p+ba2BPs5QadbfaqqrHR5TGj13yWGsAsmw=
github.com/pwiecz/go-fltk v0.0.0-20220427191302-811e7d984384 h1:D7B3jLwMWYpMc22wXjcNKHUEfvkqy0XYie7e95NCJco=
github.com/pwiecz/go-fltk v0.0.0-20220427191302-811e7d984384/go.mod h1:uMK5daOr9p+ba2BPs5QadbfaqqrHR5TGj13yWGsAsmw=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9 h1:D0iM1dTCbD5Dg1CbuvLC/v/agLc79efSj/L35Q3Vqhs=
golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM=
golang.org/x/image v0.0.0-20220321031419-a8550c1d254a h1:LnH9RNcpPv5Kzi15lXg42lYMPUf0x8CuPv1YnvBWZAg=
golang.org/x/image v0.0.0-20220321031419-a8550c1d254a/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down

0 comments on commit 97b3bab

Please sign in to comment.