diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -1,5 +1,21 @@ module github.com/sam-anthony/volute -go 1.17 +go 1.18 -require github.com/BurntSushi/toml v1.1.0 +require ( + gioui.org v0.0.0-20220607102828-5cf916c0753c + github.com/BurntSushi/toml v1.1.0 + golang.org/x/exp v0.0.0-20220609121020-a51bd0440498 +) + +require ( + gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect + gioui.org/shader v1.0.6 // indirect + github.com/benoitkugler/textlayout v0.1.1 // indirect + github.com/gioui/uax v0.2.1-0.20220325163150-e3d987515a12 // indirect + github.com/go-text/typesetting v0.0.0-20220411150340-35994bc27a7b // indirect + golang.org/x/exp/shiny v0.0.0-20220609121020-a51bd0440498 // indirect + golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect + golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect + golang.org/x/text v0.3.7 // indirect +) |