summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2022-10-08 17:33:12 -0500
committerJeff Carr <[email protected]>2022-10-08 17:33:12 -0500
commit45644ef9bc333f5def62d1c7f474dc96274e63fa (patch)
tree9f1dc4da5b2d125f7a017418d4d9912e16b71039 /go.mod
parente7e956ff311c07e280a2332d0e50d2fac3bbe199 (diff)
BUILD: builds again with go 1.19 on sid as of today
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 5 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index c72bbca..18a5b64 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,10 @@
module git.wit.org/wit/gui
-go 1.17
+go 1.19
require (
- github.com/andlabs/ui v0.0.0-20200610043537-70a69d6ae31e
- github.com/davecgh/go-spew v1.1.1
- golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
+ git.wit.org/interesting/andlabs-ui v0.0.0-20200610043537-70a69d6ae31e // indirect
+ github.com/andlabs/ui v0.0.0-20200610043537-70a69d6ae31e // indirect
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
)