2020-05-04 21:35:17 +00:00
|
|
|
module github.com/Sighery/gonjalla
|
|
|
|
|
2022-08-14 18:37:16 +00:00
|
|
|
go 1.17
|
2020-05-04 21:35:17 +00:00
|
|
|
|
2022-10-25 00:03:05 +00:00
|
|
|
require github.com/stretchr/testify v1.8.1
|
2022-08-14 18:37:16 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
)
|