AlbinoGeek/number-place

View on GitHub
go.mod

Summary

Maintainability
Test Coverage
module github.com/AlbinoGeek/number-place

go 1.15

require (
    fyne.io/fyne v1.4.4-0.20210112232308-ee882d721766
    github.com/go-gl/glfw/v3.3/glfw v0.0.0-20201108214237-06ea97f0c265 // indirect
    github.com/kr/text v0.2.0 // indirect
    github.com/stretchr/testify v1.6.1 // indirect
    golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
    golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
    golang.org/x/sys v0.0.0-20210113000019-eaf3bda374d2 // indirect
    golang.org/x/text v0.3.5 // indirect
    gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
    gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)