Skip to content

Commit 891e91e

Browse files
committed
Update to use latest gotk3.
1 parent 9184b49 commit 891e91e

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module github.com/linuxerwang/sourceview3
22

3-
go 1.14
3+
go 1.16
4+
5+
require github.com/gotk3/gotk3 v0.0.0-20210514043925-3f44af595c5e
46

5-
require github.com/gotk3/gotk3 v0.4.0

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
github.com/gotk3/gotk3 v0.0.0-20210514043925-3f44af595c5e h1:XJMaCWPpLlLK8IqtPu671ur4g6dJu+J0hebNfK3t5bg=
2+
github.com/gotk3/gotk3 v0.0.0-20210514043925-3f44af595c5e/go.mod h1:/hqFpkNa9T3JgNAE2fLvCdov7c5bw//FHNZrZ3Uv9/Q=
13
github.com/gotk3/gotk3 v0.4.0 h1:TIuhyQitGeRTxOQIV3AJlYtEWWJpC74JHwAIsxlH8MU=
24
github.com/gotk3/gotk3 v0.4.0/go.mod h1:Eew3QBwAOBTrfFFDmsDE5wZWbcagBL1NUslj1GhRveo=
5+
github.com/gotk3/gotk3 v0.5.2 h1:jbSFvUNMfo3ImM6BWBAkNUxY5piqP3eTc1YFbYy9ecU=
6+
github.com/gotk3/gotk3 v0.5.2/go.mod h1:/hqFpkNa9T3JgNAE2fLvCdov7c5bw//FHNZrZ3Uv9/Q=

0 commit comments

Comments
 (0)