Skip to content

Commit

Permalink
Merge pull request #423 from Juneezee/go1.17
Browse files Browse the repository at this point in the history
build: upgrade `go` directive in `go.mod` to 1.17
  • Loading branch information
AllenDang committed Dec 23, 2021
2 parents 06c1243 + 9169d14 commit 7a0c442
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
module github.com/AllenDang/giu

go 1.16
go 1.17

require (
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8
github.com/AllenDang/imgui-go v1.12.1-0.20211220065947-c3e78789ac41
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec
github.com/go-resty/resty/v2 v2.7.0
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/sahilm/fuzzy v0.1.0
github.com/stretchr/testify v1.7.0
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

0 comments on commit 7a0c442

Please sign in to comment.