aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 550cf94..e5a0748 100644
--- a/go.mod
+++ b/go.mod
@@ -4,12 +4,10 @@ go 1.19
require (
github.com/casbin/casbin/v2 v2.56.0
- github.com/go-git/go-billy v4.2.0+incompatible
github.com/go-git/go-billy/v5 v5.4.1
github.com/go-git/go-git/v5 v5.6.1
golang.org/x/crypto v0.6.0
gopkg.in/ini.v1 v1.67.0
- gopkg.in/yaml.v2 v2.4.0
sigs.k8s.io/yaml v1.3.0
)
@@ -31,4 +29,5 @@ require (
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
)