morffix/go.mod

10 lines
194 B
Modula-2

module git.lastassault.de/speatzle/morffix
go 1.21.8
require github.com/BurntSushi/toml v1.3.2
require (
github.com/google/uuid v1.6.0 // indirect
nhooyr.io/websocket v1.8.11 // indirect
)