Skip to content

Commit

Permalink
move images, go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdaniels committed May 8, 2021
1 parent 1c7139f commit b67a3c2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -60,9 +60,9 @@ off.
Check out the [demo](./cmd/hexwidget_demo/main.go) for an example of usage.


![](hexwidget_00abcdef.png)
![](img/hexwidget_00abcdef.png)

![](hexwidget_12345678.png)
![](img/hexwidget_12345678.png)

```go
h := widget.NewHexWidget()
Expand Down
1 change: 1 addition & 0 deletions go.sum
Expand Up @@ -9,6 +9,7 @@ github.com/fredbi/uri v0.0.0-20181227131451-3dcfdacbaaf3 h1:FDqhDm7pcsLhhWl1QtD8
github.com/fredbi/uri v0.0.0-20181227131451-3dcfdacbaaf3/go.mod h1:CzM2G82Q9BDUvMTGHnXf/6OExw/Dz2ivDj48nVg7Lg8=
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/fyne-io/mobile v0.1.3-0.20210318200029-09e9c4e13a8f h1:rguJ/t99j/6zRSFzsBKlsmmyl+vOvCeTJ+2uTBvuXFI=
github.com/fyne-io/mobile v0.1.3-0.20210318200029-09e9c4e13a8f/go.mod h1:/kOrWrZB6sasLbEy2JIvr4arEzQTXBTZGb3Y96yWbHY=
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluNRiMjZHalQZrVrvTbPh+qw=
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk=
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit b67a3c2

Please sign in to comment.