This commit is contained in:
Anatoly Prohacky
2022-08-13 15:47:44 +10:00
parent 338b9e1999
commit a84816087c
7 changed files with 76 additions and 1 deletions

7
go.mod
View File

@@ -1,3 +1,10 @@
module gitstore.ru/tolikproh/policy
go 1.18
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
)