netflux-homepage/go.mod

12 lines
245 B
Modula-2
Raw Normal View History

2022-06-06 16:48:53 +00:00
module git.netflux.io/rob/netflux-homepage
2024-11-18 19:52:26 +00:00
go 1.23.3
2022-06-06 16:48:53 +00:00
2024-11-18 19:52:26 +00:00
require github.com/stretchr/testify v1.9.0
2022-06-06 18:29:11 +00:00
2022-06-06 16:48:53 +00:00
require (
2024-11-18 19:52:26 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
2022-06-06 16:48:53 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2024-11-18 19:52:26 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
2022-06-06 16:48:53 +00:00
)