teamlead-dashboard/go.mod

12 lines
283 B
Modula-2
Raw Normal View History

2024-01-29 22:03:18 +00:00
module github.com/dnwsilver/tld
2024-01-29 21:01:31 +00:00
go 1.21.6
2024-01-30 04:35:24 +00:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)