2022-07-30 11:59:18 +03:00
|
|
|
module gitstore.ru/tolikproh/policy
|
|
|
|
|
|
|
|
go 1.18
|
2022-08-13 08:47:44 +03:00
|
|
|
|
2023-03-04 08:58:02 +02:00
|
|
|
require github.com/stretchr/testify v1.8.0
|
|
|
|
|
2022-08-13 08:47:44 +03: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
|
|
|
|
)
|