change v0.0.1

This commit is contained in:
Anatoly Prohacky
2023-03-04 16:58:02 +10:00
parent 96c0cdabbf
commit 894bc6617c
4 changed files with 7 additions and 9 deletions

3
go.mod
View File

@@ -2,9 +2,10 @@ module gitstore.ru/tolikproh/policy
go 1.18
require github.com/stretchr/testify v1.8.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)