Skip to content

Commit 7a0c442

Browse files
authored
Merge pull request #423 from Juneezee/go1.17
build: upgrade `go` directive in `go.mod` to 1.17
2 parents 06c1243 + 9169d14 commit 7a0c442

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

go.mod

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
module github.com/AllenDang/giu
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8
77
github.com/AllenDang/imgui-go v1.12.1-0.20211220065947-c3e78789ac41
88
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
9-
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
109
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec
1110
github.com/go-resty/resty/v2 v2.7.0
12-
github.com/kylelemons/godebug v1.1.0 // indirect
1311
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
1412
github.com/sahilm/fuzzy v0.1.0
1513
github.com/stretchr/testify v1.7.0
1614
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
1715
)
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+
)

0 commit comments

Comments
 (0)