1
0
Fork 0
HostPersister/go.mod

15 lines
281 B
Modula-2
Raw Permalink Normal View History

2023-12-05 21:30:51 +00:00
module golang.captainalm.com/HostPersister
go 1.18
require (
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)