23 lines
631 B
Modula-2
23 lines
631 B
Modula-2
|
module opslag.de/schobers/zntg
|
||
|
|
||
|
go 1.20
|
||
|
|
||
|
require (
|
||
|
github.com/GeertJohan/go.rice v1.0.3
|
||
|
github.com/atotto/clipboard v0.1.4
|
||
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
||
|
github.com/spf13/afero v1.9.5
|
||
|
github.com/stretchr/testify v1.8.4
|
||
|
github.com/veandco/go-sdl2 v0.4.35
|
||
|
golang.org/x/text v0.10.0
|
||
|
opslag.de/schobers/allg5 v0.0.0-20220501103818-24f2f9691c81
|
||
|
opslag.de/schobers/geom v0.0.0-20210808233716-e01aa3242dc8
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/daaku/go.zipexe v1.0.2 // indirect
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||
|
)
|