nixfig/go.mod

15 lines
269 B
Modula-2
Raw Normal View History

module go.jolheiser.com/nixfig
go 1.21.4
require (
github.com/alecthomas/assert/v2 v2.4.0
github.com/pelletier/go-toml/v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/alecthomas/repr v0.3.0 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
)