File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/AllenDang/giu
2
2
3
- go 1.16
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8
7
7
github.com/AllenDang/imgui-go v1.12.1-0.20211220065947-c3e78789ac41
8
8
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
9
- github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
10
9
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec
11
10
github.com/go-resty/resty/v2 v2.7.0
12
- github.com/kylelemons/godebug v1.1.0 // indirect
13
11
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
14
12
github.com/sahilm/fuzzy v0.1.0
15
13
github.com/stretchr/testify v1.7.0
16
14
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
17
15
)
16
+
17
+ require (
18
+ github.com/davecgh/go-spew v1.1.0 // indirect
19
+ github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
20
+ github.com/kylelemons/godebug v1.1.0 // indirect
21
+ github.com/pmezard/go-difflib v1.0.0 // indirect
22
+ golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
23
+ golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71 // indirect
24
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
25
+ )
You can’t perform that action at this time.
0 commit comments