Fin/go.mod

9 lines
113 B
Modula-2

module git.sharkk.net/Go/SCF
go 1.24.1
require (
github.com/BurntSushi/toml v1.4.0
gopkg.in/yaml.v3 v3.0.1
)