feat: main
This commit is contained in:
8
go.mod
8
go.mod
@@ -6,6 +6,12 @@ require (
|
||||
github.com/fsnotify/fsnotify v1.6.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/kelseyhightower/envconfig v1.4.0
|
||||
github.com/stretchr/testify v1.8.2
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user