pasta/go.mod
Pavel Dostál 70a2bbf660
Make the OBS build possible
* Use go >= 1.13
 * Update the README.md
2021-02-04 08:24:13 +01:00

9 lines
127 B
Modula-2

module github.com/grisu48/pasta
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/akamensky/argparse v1.2.2
)